respect-validation/library/Exceptions/ComponentException.php

10 lines
142 B
PHP
Raw Normal View History

<?php
2015-06-08 16:47:14 +02:00
namespace Respect\Validation\Exceptions;
use Exception;
class ComponentException extends Exception implements ExceptionInterface
{
}