This commit is contained in:
commit
a3620a1f5f
1042 changed files with 226722 additions and 0 deletions
13
vendor/laminas/laminas-escaper/src/Exception/InvalidArgumentException.php
vendored
Normal file
13
vendor/laminas/laminas-escaper/src/Exception/InvalidArgumentException.php
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Laminas\Escaper\Exception;
|
||||
|
||||
/**
|
||||
* Invalid argument exception
|
||||
*/
|
||||
class InvalidArgumentException extends \InvalidArgumentException implements
|
||||
ExceptionInterface
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue