mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 13:03:31 +00:00
raise VBANCMD error on connection failure.
leave teardown procedures to consumer library. (or context manager)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class VMCMDErrors(Exception):
|
||||
class VBANCMDError(Exception):
|
||||
"""general errors"""
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user