vban-cmd-python/vban_cmd/error.py

6 lines
190 B
Python

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