vban-cmd-python/vban_cmd/error.py
2023-06-25 13:51:30 +01:00

7 lines
191 B
Python

class VBANCMDError(Exception):
"""Exception raised when general errors occur"""
class VBANCMDConnectionError(Exception):
"""Exception raised when connection/timeout errors occur"""