syng/typings/socketio/exceptions.pyi
Christoph Stahl 292f45ccba
All checks were successful
Check / mypy (push) Successful in 34s
Check / ruff (push) Successful in 5s
Reworked registering the clients into the connection
2025-06-12 23:16:31 +02:00

3 lines
129 B
Python

class ConnectionError(Exception): ...
class ConnectionRefusedError(ConnectionError): ...
class BadNamespaceError(Exception): ...