mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
733fab45b4
leave teardown procedures to consumer library. (or context manager)
5 lines
66 B
Python
5 lines
66 B
Python
class VBANCMDError(Exception):
|
|
"""general errors"""
|
|
|
|
pass
|