<?php

declare(strict_types=1);

namespace Laminas\View\Exception;

use InvalidArgumentException as InvalidArgument;

/** @final */
class InvalidArgumentException extends InvalidArgument implements ExceptionInterface
{
}
