Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
sslit
/
vendor
/
symfony
/
cache
/
Exception
/
File Content:
CacheException.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PleskSslIt\Symfony\Component\Cache\Exception; use PleskSslIt\Psr\Cache\CacheException as Psr6CacheInterface; use PleskSslIt\Psr\SimpleCache\CacheException as SimpleCacheInterface; if (\interface_exists(SimpleCacheInterface::class)) { class CacheException extends \Exception implements Psr6CacheInterface, SimpleCacheInterface { } } else { class CacheException extends \Exception implements Psr6CacheInterface { } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
CacheException.php
687 bytes
0644
InvalidArgumentException.php
757 bytes
0644
LogicException.php
697 bytes
0644
N4ST4R_ID | Naxtarrr