mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-04-07 13:43:30 +00:00
base error class added
readme updated patch bump
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
class SteamlabsSIOConnectionError(Exception):
|
||||
class SteamlabsSIOError(Exception):
|
||||
"""Base StreamlabsSIO error class"""
|
||||
|
||||
|
||||
class SteamlabsSIOConnectionError(SteamlabsSIOError):
|
||||
"""Exception raised when connection errors occur"""
|
||||
|
||||
Reference in New Issue
Block a user