improved error handling, refs #146 #22

This commit is contained in:
Jakob Ketterl
2020-07-19 19:00:26 +02:00
parent 174e9afa7b
commit c54f19282a
3 changed files with 6 additions and 3 deletions

View File

@ -16,7 +16,7 @@ OPCODE_PING = 0x09
OPCODE_PONG = 0x0A
class WebSocketException(Exception):
class WebSocketException(IOError):
pass