obsws-python/obsws_python/error.py

7 lines
177 B
Python

class OBSSDKError(Exception):
"""Exception raised when general errors occur"""
class OBSSDKTimeoutError(Exception):
"""Exception raised when a connection times out"""