adorn.exception.configuration_error moduleο
Generic exception for a misconfigured object.
- exception adorn.exception.configuration_error.ConfigurationError(message)ο
Bases:
ExceptionThe exception raised by any object when itβs misconfigured.
(e.g. missing properties, invalid properties, unknown properties).
Note
This
Exceptionshould typically be avoided, and instead an exception that subclassesTypeCheckErroror a new customExceptionshould be used. These alternateExceptionobjects contain more information, and are therefore more useful for the caller.- Parameters
message (str) β