streamlabs-socketio-py/streamlabsio/error.py
onyx-and-iris 822bdfb60d base error class added
readme updated

patch bump
2023-08-19 21:59:14 +01:00

7 lines
189 B
Python

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