vban-cmd-python/vban_cmd/error.py
2023-08-19 19:56:17 +01:00

7 lines
181 B
Python

class VBANCMDError(Exception):
"""Base VBANCMD Exception class."""
class VBANCMDConnectionError(VBANCMDError):
"""Exception raised when connection/timeout errors occur"""