Newer
Older
framework / system / ThirdParty / Escaper / Exception / InvalidArgumentException.php
@Lonnie Ezell Lonnie Ezell on 7 Feb 2020 466 bytes Release 4.0.0-rc.4
<?php

/**
 * @see       https://github.com/laminas/laminas-escaper for the canonical source repository
 * @copyright https://github.com/laminas/laminas-escaper/blob/master/COPYRIGHT.md
 * @license   https://github.com/laminas/laminas-escaper/blob/master/LICENSE.md New BSD License
 */

namespace Laminas\Escaper\Exception;

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