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