cobbler_tftp.exceptions package
Submodules
cobbler_tftp.exceptions.settings_exceptions module
Custom exceptions for cobbler-tftp’s settings module.
- exception cobbler_tftp.exceptions.settings_exceptions.CobblerTftpMissingConfigParameterException(message: str = 'MissingConfigParameterException: Application settings missing required parameter!', parameter: str | None = 'NONE')
Bases:
KeyErrorException to handle a missing but required config parameter.
- exception cobbler_tftp.exceptions.settings_exceptions.CobblerTftpSettingsException(message: str = 'An Error occured!')
Bases:
ExceptionGeneric cobbler-tftp exception.
Module contents
Custom exceptions for cobbler-tftp.
- exception cobbler_tftp.exceptions.CobblerTftpException(message: str = 'CobblerTFTPException')
Bases:
ExceptionGeneric cobbler-tftp exception.