Resources/Laminas/Escaper/Exception/InvalidArgumentException.php
Dennis Eichhorn 7e0153ea0f perm change
2023-03-25 22:32:11 +00:00

14 lines
212 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace Laminas\Escaper\Exception;
/**
* Invalid argument exception
*/
class InvalidArgumentException extends \InvalidArgumentException implements
ExceptionInterface
{
}