class ConfigNotFound(Exception): """Raised when non-existing config was tried to be used""" pass class InvalidConfig(Exception): """Raised when config is invalid""" pass class InvalidSource(Exception): """Raised when invalid source is used""" pass