Custom validation message for requiredWithoutAll

How can I set a custom validation message for this validation rule?
requiredWithoutAll('field1,field2')
It doesn't work as per documentation, like this:
validationMessages(['requiredWithoutAll' => 'Custom message'])
Was this page helpful?