mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 04:40:53 +00:00
add error class OBSSDKTimeoutError
This commit is contained in:
parent
64a7c2b753
commit
82b6cdcd04
@ -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"""
|
||||
|
Loading…
Reference in New Issue
Block a user