* SPDX-License-Identifier: MIT */ declare(strict_types=1); namespace Respect\Validation\Exceptions; use Exception; use Throwable; class ComponentException extends Exception implements Throwable { }