streamlabs-socketio-py/streamlabsio/error.py
onyx-and-iris 5dc69cc655 lazy load tomllib/tomli
raise SteamlabsSIOConnectionError on connection error

Path.home() / ".config" / "streamlabsio" / "config.toml"
added to config filepaths

raw kwarg added.

module level logger added.
2023-06-28 02:45:04 +01:00

3 lines
102 B
Python

class SteamlabsSIOConnectionError(Exception):
"""Exception raised when connection errors occur"""