respect-validation/library/Exceptions/LeapYearException.php
Henrique Moody 2cfc96003d Add missing exceptions
Also creates a test to check it every rule has an exception.
2015-01-02 17:25:01 -02:00

7 lines
104 B
PHP

<?php
namespace Respect\Validation\Exceptions;
class LeapYearException extends ValidationException
{
}