djblets.features.errors¶
Error classes for features.
- exception FeatureConflictError¶
Bases:
AlreadyRegisteredError
A feature was not found.
- __annotations__ = {}¶
- exception FeatureNotFoundError¶
Bases:
ItemLookupError
A feature was not found.
- __annotations__ = {}¶