mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-21 18:40:48 +00:00
rewird VMError docstring
upd README.
This commit is contained in:
parent
eb66f9e2bc
commit
84fdd94559
@ -842,7 +842,7 @@ True iff a level has been updated.
|
||||
|
||||
### Errors
|
||||
|
||||
- `errors.VMError`: Exception raised when general errors occur.
|
||||
- `errors.VMError`: Base custom exception class.
|
||||
- `errors.InstallError`: Exception raised when installation errors occur.
|
||||
- `errors.CAPIError`: Exception raised when the C-API returns error values.
|
||||
- The following attributes are available:
|
||||
|
@ -1,5 +1,5 @@
|
||||
class VMError(Exception):
|
||||
"""Base VM Exception class. Raised when general errors occur."""
|
||||
"""Base voicemeeterlib exception class."""
|
||||
|
||||
|
||||
class InstallError(VMError):
|
||||
|
Loading…
Reference in New Issue
Block a user