class ConfigNotFound(Exception):
    "Raised when non-existing config was tried to be used"
    pass