bagof.validators.exceptions
Exceptions raised by validators on validation error.
Classes
ValidationError
Bases: MagicError
Base class for all validation errors.
Note
The concrete ValueValidationError and
TypeValidationError subclasses also inherit from the built-in
ValueError and TypeError, so they can be caught as
either.