mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-06 23:53:31 +00:00
VBANCMDConnectionError added
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user