<?php

declare(strict_types=1);

namespace Laminas\View\Exception;

use Exception;

/** @final */
class InvalidHelperException extends Exception implements ExceptionInterface
{
}
