Debugging alternate transports
This commit is contained in:
parent
096d41c072
commit
018e566049
5 changed files with 400 additions and 216 deletions
14
socketIO_client/exceptions.py
Normal file
14
socketIO_client/exceptions.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
class SocketIOError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class SocketIOConnectionError(SocketIOError):
|
||||
pass
|
||||
|
||||
|
||||
class _TimeoutError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class _PacketError(SocketIOError):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue