django_dynamic_theme.errors
Errors that can be raised from dynamic theme.
Exceptions
Is raised if not theme is set. |
|
Is raised when a value that is not a valid HEX color string is passed to the color converter. |
Module Contents
- exception django_dynamic_theme.errors.ThemeMissingError
Bases:
ExceptionIs raised if not theme is set.
- exception django_dynamic_theme.errors.NonHexValueError
Bases:
ExceptionIs raised when a value that is not a valid HEX color string is passed to the color converter.