Exceptions API Reference#
- exception miru.exceptions.BootstrapFailureError[source]#
Bases:
MiruExceptionRaised when the requested operation requires calling miru.install() beforehand, but was omitted.
- exception miru.exceptions.HandlerFullError[source]#
Bases:
MiruExceptionRaised when an ItemHandler instance is full and cannot fit more components.
- exception miru.exceptions.ItemAlreadyAttachedError[source]#
Bases:
MiruExceptionRaised when an item is already attached to a handler and the requested operation is not possible because of it.
- exception miru.exceptions.MiruException[source]#
Bases:
ExceptionBase class for all miru exceptions.
- exception miru.exceptions.RowFullError[source]#
Bases:
MiruExceptionRaised when a row of components is full and cannot be added to.