djblets.avatars.errors¶
Avatar-specific errors.
- 
exception AvatarServiceNotFoundError[source]¶
- Bases: - djblets.registries.errors.ItemLookupError- An avatar service specific lookup error. 
- 
exception DisabledServiceError[source]¶
- Bases: - exceptions.Exception- An exception for using disabled avatar services. - This will be thrown when a disabled avatar service is set to be the default avatar service. 
