mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
7 lines
191 B
Python
7 lines
191 B
Python
class VBANCMDError(Exception):
|
|
"""Exception raised when general errors occur"""
|
|
|
|
|
|
class VBANCMDConnectionError(Exception):
|
|
"""Exception raised when connection/timeout errors occur"""
|