mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-01-01 23:47:48 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
class VMCompactErrors(Exception):
|
|
"""Base classs for VMCompact Errors"""
|
|
|
|
pass
|