mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
12 lines
No EOL
215 B
PHP
12 lines
No EOL
215 B
PHP
<?php
|
|
|
|
namespace Respect\Validation\Exceptions;
|
|
|
|
class EachException extends ValidationException
|
|
{
|
|
|
|
public static $defaultTemplates = array(
|
|
self::STANDARD => '%4$d invalid itens found (%3$s)',
|
|
);
|
|
|
|
} |