We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c222c73 commit d46b426Copy full SHA for d46b426
projects/Unit/APIApproval.Approve.verified.txt
@@ -769,11 +769,6 @@ namespace RabbitMQ.Client.Exceptions
769
protected RabbitMQClientException(string message) { }
770
protected RabbitMQClientException(string message, System.Exception innerException) { }
771
}
772
- public abstract class SoftProtocolException : RabbitMQ.Client.Exceptions.ProtocolException
773
- {
774
- protected SoftProtocolException(int channelNumber, string message) { }
775
- public int Channel { get; }
776
- }
777
public class SyntaxErrorException : RabbitMQ.Client.Exceptions.HardProtocolException
778
{
779
public SyntaxErrorException(string message) { }
0 commit comments