Exceptions¶
- exception confz.exceptions.ConfZException¶
Bases:
ExceptionThe base exception. All other exceptions inherit from it.
- exception confz.exceptions.ConfZUpdateException¶
Bases:
ConfZExceptionException which is raised if could not merge different config sources.
- exception confz.exceptions.ConfZFileException¶
Bases:
ConfZExceptionException which is raised if something went wrong while reading a configuration file.