7 lines
83 B
Python
7 lines
83 B
Python
class VendorError(Exception):
|
|
...
|
|
|
|
|
|
class ZoneMissingError(Exception):
|
|
...
|