mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-22 11:00:47 +00:00
reword Exception class docstrings.
This commit is contained in:
parent
435a9e2085
commit
9cf048185d
@ -1,16 +1,10 @@
|
||||
class InstallError(Exception):
|
||||
"""errors related to installation"""
|
||||
|
||||
pass
|
||||
"""Exception raised when installation errors occur"""
|
||||
|
||||
|
||||
class CAPIError(Exception):
|
||||
"""errors related to low-level C API calls"""
|
||||
|
||||
pass
|
||||
"""Exception raised when the C-API returns error values"""
|
||||
|
||||
|
||||
class VMError(Exception):
|
||||
"""general errors"""
|
||||
|
||||
pass
|
||||
"""Exception raised when general errors occur"""
|
||||
|
Loading…
Reference in New Issue
Block a user