3 declare(strict_types=1);
5 namespace CuyZ\Valinor\Type\Parser\Exception\Template;
7 use CuyZ\Valinor\Type\Parser\Exception\InvalidType;
11 final class InvalidTemplateType extends LogicException implements InvalidTemplate
13 public function __construct(string $type, string $template, InvalidType $exception)
16 "Invalid type `$type` for the template `$template`: {$exception->getMessage()}",