4 lines
101 B
Python
4 lines
101 B
Python
|
class ConfigNotFound(Exception):
|
||
|
"Raised when non-existing config was tried to be used"
|
||
|
pass
|