djblets.registries.errors¶
Exception classes for dealing with Djblets registries.
- exception ItemLookupError[source]¶
Bases:
Exception
An error that occurs during item lookup.
- __annotations__ = {}¶
- exception RegistrationError[source]¶
Bases:
Exception
An error that occurs during registration.
- __annotations__ = {}¶
- exception AlreadyRegisteredError[source]¶
Bases:
RegistrationError
An error that occurs during registering the same item.
- __annotations__ = {}¶