Code import
This commit is contained in:
14
venv/lib/python2.7/site-packages/engineio/exceptions.py
Normal file
14
venv/lib/python2.7/site-packages/engineio/exceptions.py
Normal file
@@ -0,0 +1,14 @@
|
||||
class EngineIOError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ContentTooLongError(EngineIOError):
|
||||
pass
|
||||
|
||||
|
||||
class UnknownPacketError(EngineIOError):
|
||||
pass
|
||||
|
||||
|
||||
class QueueEmpty(EngineIOError):
|
||||
pass
|
||||
Reference in New Issue
Block a user