mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2024-11-21 15:00:48 +00:00
onyx-and-iris
5dc69cc655
raise SteamlabsSIOConnectionError on connection error Path.home() / ".config" / "streamlabsio" / "config.toml" added to config filepaths raw kwarg added. module level logger added.
3 lines
102 B
Python
3 lines
102 B
Python
class SteamlabsSIOConnectionError(Exception):
|
|
"""Exception raised when connection errors occur"""
|