Jump to >

This documentation covers Djblets 2.0. You can see the latest Djblets documentation or all other versions.

djblets.registries.errors

Exception classes for dealing with Djblets registries.

exception ItemLookupError[source]

Bases: exceptions.Exception

An error that occurs during item lookup.

exception RegistrationError[source]

Bases: exceptions.Exception

An error that occurs during registration.

exception AlreadyRegisteredError[source]

Bases: djblets.registries.errors.RegistrationError

An error that occurs during registering the same item.