Exceptions =============== Here is a list of Ignis exceptions. They may be raised by various components in the case of an error. To access them, use the ``ignis.exceptions`` module. .. code-block:: python from ignis.exceptions import SomeException .. automodule:: ignis.exceptions :members: