6 lines
96 B
Python
6 lines
96 B
Python
class PrematureExit(Exception):
|
|
pass
|
|
|
|
|
|
class ConfigValidationException(Exception):
|
|
pass
|