mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
9 lines
142 B
PHP
9 lines
142 B
PHP
<?php
|
|
|
|
namespace Respect\Validation\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ComponentException extends Exception implements ExceptionInterface
|
|
{
|
|
}
|