Browse Source

[Modify] Polish it

pull/298/merge
sta 8 months ago
parent
commit
3bbc45c324
  1. 4
      websocket-sharp/WebSocketException.cs

4
websocket-sharp/WebSocketException.cs

@ -94,7 +94,9 @@ namespace WebSocketSharp
}
internal WebSocketException (
CloseStatusCode code, string message, Exception innerException
CloseStatusCode code,
string message,
Exception innerException
)
: this ((ushort) code, message, innerException)
{

Loading…
Cancel
Save