Skip to content

exceptions

Classes:

  • NoStorageData

    Raised when a storage is unable to find a value or stream.

  • NotRegistered

    Raised when a registry does not have an item.

NoStorageData

Bases: Exception

Raised when a storage is unable to find a value or stream.

NotRegistered

NotRegistered(msg: str)

Bases: KeyError

Raised when a registry does not have an item.