Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Nikulshin committed May 28, 2024
1 parent 5759ba0 commit 9569841
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ namespace EasyNetQ.Management.Client
{
public UnexpectedHttpStatusCodeException() { }
public UnexpectedHttpStatusCodeException(System.Net.Http.HttpResponseMessage response) { }
public UnexpectedHttpStatusCodeException(System.Net.HttpStatusCode statusCode) { }
public UnexpectedHttpStatusCodeException(string message) { }
protected UnexpectedHttpStatusCodeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public UnexpectedHttpStatusCodeException(string message, System.Exception inner) { }
Expand Down

0 comments on commit 9569841

Please sign in to comment.