rewird VMError docstring

upd README.
This commit is contained in:
2023-08-18 20:09:59 +01:00
parent eb66f9e2bc
commit 84fdd94559
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
class VMError(Exception):
"""Base VM Exception class. Raised when general errors occur."""
"""Base voicemeeterlib exception class."""
class InstallError(VMError):