[Modify] Polish it

This commit is contained in:
sta 2021-08-31 19:39:34 +09:00
parent 1a5f82ce01
commit e87dd17b5f

View File

@ -986,6 +986,7 @@ namespace WebSocketSharp.Server
}
catch (Exception ex) {
var msg = "The underlying listener has failed to stop.";
throw new InvalidOperationException (msg, ex);
}