mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-01-18 18:40:47 +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
|