mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
12 lines
No EOL
184 B
PHP
12 lines
No EOL
184 B
PHP
<?php
|
|
|
|
namespace Respect\Validation\Exceptions;
|
|
|
|
class SfException extends ValidationException
|
|
{
|
|
|
|
public static $defaultTemplates = array(
|
|
self::STANDARD => '%s',
|
|
);
|
|
|
|
} |