mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
add error class
This commit is contained in:
4
obsstudio_sdk/error.py
Normal file
4
obsstudio_sdk/error.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
class OBSSDKError(Exception):
|
||||||
|
"""general errors"""
|
||||||
|
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user