Exceptions API Reference#

exception miru.exceptions.BootstrapFailureError[source]#

Bases: MiruException

Raised when the requested operation requires calling miru.install() beforehand, but was omitted.

exception miru.exceptions.HandlerFullError[source]#

Bases: MiruException

Raised when an ItemHandler instance is full and cannot fit more components.

exception miru.exceptions.ItemAlreadyAttachedError[source]#

Bases: MiruException

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

Base class for all miru exceptions.

exception miru.exceptions.RowFullError[source]#

Bases: MiruException

Raised when a row of components is full and cannot be added to.