djblets.registries.errors¶
Exception classes for dealing with Djblets registries.
-
exception
ItemLookupError[source]¶ Bases:
exceptions.ExceptionAn error that occurs during item lookup.
-
exception
RegistrationError[source]¶ Bases:
exceptions.ExceptionAn error that occurs during registration.
-
exception
AlreadyRegisteredError[source]¶ Bases:
djblets.registries.errors.RegistrationErrorAn error that occurs during registering the same item.