Skip to content

Commit d46b426

Browse files
Update APIApproval expectations
1 parent c222c73 commit d46b426

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

projects/Unit/APIApproval.Approve.verified.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -769,11 +769,6 @@ namespace RabbitMQ.Client.Exceptions
769769
protected RabbitMQClientException(string message) { }
770770
protected RabbitMQClientException(string message, System.Exception innerException) { }
771771
}
772-
public abstract class SoftProtocolException : RabbitMQ.Client.Exceptions.ProtocolException
773-
{
774-
protected SoftProtocolException(int channelNumber, string message) { }
775-
public int Channel { get; }
776-
}
777772
public class SyntaxErrorException : RabbitMQ.Client.Exceptions.HardProtocolException
778773
{
779774
public SyntaxErrorException(string message) { }

0 commit comments

Comments
 (0)