Exceptions¶
All Edgy custom exceptions derive from the base EdgyException.
ObjectNotFound¶
Raised when querying a model instance and it does not exist.
Or simply:
MultipleObjectsReturned¶
Raised when querying a model and returns multiple results for the given query result.
Or simply:
ValidationError¶
Raised when a validation error is thrown.
Or simply:
ImproperlyConfigured¶
Raised when misconfiguration in the models and metaclass is passed.
Or simply: