Fixes #24
This commit is contained in:
parent
1a3e1270dd
commit
13b482e075
4 changed files with 36 additions and 28 deletions
|
|
@ -2,13 +2,13 @@ class SocketIOError(Exception):
|
|||
pass
|
||||
|
||||
|
||||
class SocketIOConnectionError(SocketIOError):
|
||||
class ConnectionError(SocketIOError):
|
||||
pass
|
||||
|
||||
|
||||
class _TimeoutError(Exception):
|
||||
class TimeoutError(SocketIOError):
|
||||
pass
|
||||
|
||||
|
||||
class _PacketError(SocketIOError):
|
||||
class PacketError(SocketIOError):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue