mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 04:40:53 +00:00
7 lines
177 B
Python
7 lines
177 B
Python
class OBSSDKError(Exception):
|
|
"""Exception raised when general errors occur"""
|
|
|
|
|
|
class OBSSDKTimeoutError(Exception):
|
|
"""Exception raised when a connection times out"""
|