respect-validation/library/Exceptions/ExceptionInterface.php

7 lines
81 B
PHP
Raw Normal View History

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