Expand namespace structure
This commit is contained in:
parent
98c5ecea7f
commit
38e6038b8f
2 changed files with 77 additions and 38 deletions
6
socketIO_client/exceptions.py
Normal file
6
socketIO_client/exceptions.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class SocketIOError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PacketError(SocketIOError):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue