I know its constructor takes an array of validators. I'm having trouble assigning custom error messages when a field is using more than one validator. For example if an email field is using a emailaddress validator and a notempty validator, I'm getting errors when trying to assign custom error messages for the notempty validator.