Extend BaseValidator with an error message mechanism
Basics
Logistics
Basics
Logistics
Description
A lot of the future {{BaseValidator}} subclasses replicate code implementing an settable error message, used as a string format when rejecting a value.
It would be much better for that functionality to be folded into BaseValidator.
A lot of the future {{BaseValidator}} subclasses replicate code implementing an settable error message, used as a string format when rejecting a value.
It would be much better for that functionality to be folded into
BaseValidator
.