OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
psr
/
simple-cache
/
src
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:31 AM
rwxr-xr-x
📄
CacheException.php
164 bytes
08/12/2024 10:33:31 AM
rw-r--r--
📄
CacheInterface.php
4.61 KB
08/12/2024 10:33:31 AM
rw-r--r--
📄
InvalidArgumentException.php
273 bytes
08/12/2024 10:33:31 AM
rw-r--r--
Editing: InvalidArgumentException.php
Close
<?php namespace Psr\SimpleCache; /** * Exception interface for invalid cache arguments. * * When an invalid argument is passed it must throw an exception which implements * this interface */ interface InvalidArgumentException extends CacheException { }