Exceptions

exception confz.exceptions.ConfZException

Bases: Exception

The base exception. All other exceptions inherit from it.

exception confz.exceptions.ConfZUpdateException

Bases: confz.exceptions.ConfZException

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

exception confz.exceptions.ConfZFileException

Bases: confz.exceptions.ConfZException

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

exception confz.exceptions.ConfZEnvException

Bases: confz.exceptions.ConfZException

Exception which is raised if something went wrong while reading environment variables. Placeholder, this exception is not in use right now.

exception confz.exceptions.ConfZCLArgException

Bases: confz.exceptions.ConfZException

Exception which is raised if something went wrong while reading command line arguments. Placeholder, this exception is not in use right now.