Newer
Older
framework / system / ThirdParty / Escaper / Exception / InvalidArgumentException.php
@MGatner MGatner on 7 Sep 2021 212 bytes Release v4.1.4
<?php

declare(strict_types=1);

namespace Laminas\Escaper\Exception;

/**
 * Invalid argument exception
 */
class InvalidArgumentException extends \InvalidArgumentException implements
    ExceptionInterface
{
}