django_dynamic_theme.errors =========================== .. py:module:: django_dynamic_theme.errors .. autoapi-nested-parse:: Errors that can be raised from dynamic theme. Exceptions ---------- .. autoapisummary:: django_dynamic_theme.errors.ThemeMissingError django_dynamic_theme.errors.NonHexValueError Module Contents --------------- .. py:exception:: ThemeMissingError Bases: :py:obj:`Exception` Is raised if not theme is set. .. py:exception:: NonHexValueError Bases: :py:obj:`Exception` Is raised when a value that is not a valid HEX color string is passed to the color converter.