raise VBANCMD error on connection failure.

leave teardown procedures to consumer library. (or context manager)
This commit is contained in:
onyx-and-iris
2022-09-24 07:45:28 +01:00
parent 444f95a9d6
commit 733fab45b4
5 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
class VMCMDErrors(Exception):
class VBANCMDError(Exception):
"""general errors"""
pass