Tibor Sándor

Results 1 issues of Tibor Sándor

The exception does not work in this form. Is there a solution for this? ``` try { $validator = new Rules\Optional(new Rules\Digit()); $validator->assert($data); return null; } catch(NestedValidationException $e) { return...