PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
apilora.sandbox.dos-group.com
/
vendor
/
psr
/
simple-cache
/
src
<?php namespace Psr\SimpleCache; /** * Interface used for all types of exceptions thrown by the implementing library. */ interface CacheException { }
[+]
..
[-] InvalidArgumentException.php
[open]
[-] CacheException.php
[open]
[-] CacheInterface.php
[open]