7 lines
98 B
Python
7 lines
98 B
Python
class ExporterException(Exception):
|
|
pass
|
|
|
|
|
|
class ConfigException(ExporterException):
|
|
pass
|