mirror of
https://github.com/Respect/Validation.git
synced 2026-03-15 23:05:45 +01:00
Most changes was made by php-cs-fixer. Also removes unused `RecursiveTreeIterator` class.
8 lines
111 B
PHP
8 lines
111 B
PHP
<?php
|
|
namespace Respect\Validation\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ComponentException extends Exception
|
|
{
|
|
}
|