mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
-Rules\Each improvements and new tests, now can validate array keys too. Better exception reports for it. -A very abrangent test including several cases on ValidatorTest
12 lines
No EOL
197 B
PHP
12 lines
No EOL
197 B
PHP
<?php
|
|
|
|
namespace Respect\Validation\Exceptions;
|
|
|
|
class EachException extends ValidationException
|
|
{
|
|
|
|
public static $defaultTemplates = array(
|
|
'%4$d invalid itens found (%3$s)',
|
|
);
|
|
|
|
} |