mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-07-02 01:50:23 +01:00
7 lines
214 B
Python
7 lines
214 B
Python
class VBANCMDError(Exception):
|
|
"""Base VBANCMD Exception class. Raised when general errors occur"""
|
|
|
|
|
|
class VBANCMDConnectionError(VBANCMDError):
|
|
"""Exception raised when connection/timeout errors occur"""
|