respect-validation/library/Exceptions/ExceptionInterface.php
2015-06-08 11:51:45 -03:00

7 lines
82 B
PHP

<?php
namespace Respect\Validation\Exceptions;
interface ExceptionInterface
{
}