dyndnshelper/dyndnshelper/exceptions.py
2023-07-09 18:52:12 +02:00

7 lines
83 B
Python

class VendorError(Exception):
...
class ZoneMissingError(Exception):
...