mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
|
class VMCompactErrors(Exception):
|
||
|
"""Base classs for VMCompact Errors"""
|
||
|
|
||
|
pass
|