django_dynamic_theme.errors

Errors that can be raised from dynamic theme.

Exceptions

ThemeMissingError

Is raised if not theme is set.

NonHexValueError

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: Exception

Is raised if not theme is set.

exception django_dynamic_theme.errors.NonHexValueError

Bases: Exception

Is raised when a value that is not a valid HEX color string is passed to the color converter.