mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
add error class
This commit is contained in:
parent
362ec22257
commit
d36b9cf713
4
obsstudio_sdk/error.py
Normal file
4
obsstudio_sdk/error.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
class OBSSDKError(Exception):
|
||||||
|
"""general errors"""
|
||||||
|
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user