Errors¶
The errors module contains all exceptions used by Booby.
-
exception
errors.BoobyError¶ Base class for all Booby exceptions.
-
exception
errors.FieldError¶ This exception is used as an equivalent to
AttributeErrorforfields.
-
exception
errors.ValidationError¶ This exception should be raised when a value doesn’t validate. See
validators.