mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
11 lines
263 B
Python
11 lines
263 B
Python
class InstallError(Exception):
|
|
"""Exception raised when installation errors occur"""
|
|
|
|
|
|
class CAPIError(Exception):
|
|
"""Exception raised when the C-API returns error values"""
|
|
|
|
|
|
class VMError(Exception):
|
|
"""Exception raised when general errors occur"""
|