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