PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
psr
/
cache
/
src
<?php namespace Psr\Cache; /** * Exception interface for all exceptions thrown by an Implementing Library. */ interface CacheException { }
[-] CacheItemInterface.php
[edit]
[+]
..
[-] InvalidArgumentException.php
[edit]
[-] CacheException.php
[edit]
[-] CacheItemPoolInterface.php
[edit]