Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
monitoring
/
vendor
/
laminas
/
laminas-cache
/
src
/
Psr
/
CacheItemPool
/
File Content:
InvalidArgumentException.php
<?php namespace PleskMonitoring\Laminas\Cache\Psr\CacheItemPool; use PleskMonitoring\Psr\Cache\InvalidArgumentException as InvalidArgumentExceptionInterface; use function sprintf; class InvalidArgumentException extends \InvalidArgumentException implements InvalidArgumentExceptionInterface { public static function maximumKeyLengthExceeded(string $key, int $maximumKeyLength) : self { return new self(sprintf('Invalid key "%s" provided; key is too long. Must be no more than %d characters', $key, $maximumKeyLength)); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
CacheException.php
247 bytes
0644
CacheItem.php
4262 bytes
0644
CacheItemPoolDecorator.php
13111 bytes
0644
InvalidArgumentException.php
544 bytes
0644
N4ST4R_ID | Naxtarrr