// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
qlock.kodsolutions.net
/
vendor
/
psr
/
cache
/
src
[ PARENT ]
EDIT :: CacheException.php
<?php namespace Psr\Cache; /** * Exception interface for all exceptions thrown by an Implementing Library. */ interface CacheException extends \Throwable { }
SAVE
CANCEL