Exceptions

exception confz.exceptions.ConfZException

Bases: Exception

The base exception. All other exceptions inherit from it.

exception confz.exceptions.ConfZUpdateException

Bases: ConfZException

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

exception confz.exceptions.ConfZFileException

Bases: ConfZException

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