mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2024-11-21 15:00:48 +00:00
7 lines
189 B
Python
7 lines
189 B
Python
class SteamlabsSIOError(Exception):
|
|
"""Base StreamlabsSIO error class"""
|
|
|
|
|
|
class SteamlabsSIOConnectionError(SteamlabsSIOError):
|
|
"""Exception raised when connection errors occur"""
|