mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +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
|
||||||
|
|
||||||
- `errors.VMError`: Exception raised when general errors occur.
|
- `errors.VMError`: Base custom exception class.
|
||||||
- `errors.InstallError`: Exception raised when installation errors occur.
|
- `errors.InstallError`: Exception raised when installation errors occur.
|
||||||
- `errors.CAPIError`: Exception raised when the C-API returns error values.
|
- `errors.CAPIError`: Exception raised when the C-API returns error values.
|
||||||
- The following attributes are available:
|
- The following attributes are available:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
class VMError(Exception):
|
class VMError(Exception):
|
||||||
"""Base VM Exception class. Raised when general errors occur."""
|
"""Base voicemeeterlib exception class."""
|
||||||
|
|
||||||
|
|
||||||
class InstallError(VMError):
|
class InstallError(VMError):
|
||||||
|
Loading…
Reference in New Issue
Block a user