home
/
aioutajg
/
test.imgccr.com
/
vendor
/
psr
/
cache
/
src
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
CacheException.php
162 bytes
Rename
Delete
CacheItemInterface.php
3.77 KB
Rename
Delete
CacheItemPoolInterface.php
4.37 KB
Rename
Delete
InvalidArgumentException.php
299 bytes
Rename
Delete
<?php namespace Psr\Cache; /** * Exception interface for invalid cache arguments. * * Any time an invalid argument is passed into a method it must throw an * exception class which implements Psr\Cache\InvalidArgumentException. */ interface InvalidArgumentException extends CacheException { }
Save