merlin.components.exceptions

Module Contents

exception merlin.components.exceptions.MerlinError

Bases: pyre.PyreError

Base class for merlin exceptions

exception merlin.components.exceptions.SpellNotFoundError(spell, **kwds)

Bases: merlin.components.exceptions.MerlinError

Exception raised when the requested spell cannot be located

description = spell {.spell!r} not found