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