Exceptions

exception confz.exceptions.ConfigException

Bases: Exception

The base exception. All other exceptions inherit from it.

exception confz.exceptions.UpdateException

Bases: ConfigException

Exception which is raised if could not merge different config sources.

exception confz.exceptions.FileException

Bases: ConfigException

Exception which is raised if something went wrong while reading a configuration file.