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

10 lines
142 B
PHP

<?php
namespace Respect\Validation\Exceptions;
use Exception;
class ComponentException extends Exception implements ExceptionInterface
{
}