streamlabs-socketio-py/streamlabsio/error.py

7 lines
189 B
Python
Raw Normal View History

class SteamlabsSIOError(Exception):
"""Base StreamlabsSIO error class"""
class SteamlabsSIOConnectionError(SteamlabsSIOError):
"""Exception raised when connection errors occur"""