diff --git a/vban_cmd/error.py b/vban_cmd/error.py index 13252b2..10c47e5 100644 --- a/vban_cmd/error.py +++ b/vban_cmd/error.py @@ -1,4 +1,5 @@ class VBANCMDError(Exception): - """general errors""" + """Exception raised when general errors occur""" - pass +class VBANCMDConnectionError(Exception): + """Exception raised when connection/timeout errors occur"""