mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 14:03:32 +00:00
add error class OBSSDKTimeoutError
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class OBSSDKError(Exception):
|
||||
"""general errors"""
|
||||
"""Exception raised when general errors occur"""
|
||||
|
||||
pass
|
||||
|
||||
class OBSSDKTimeoutError(Exception):
|
||||
"""Exception raised when a connection times out"""
|
||||
|
||||
Reference in New Issue
Block a user