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