Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2024..
Decoded Output download
<?php
/**
* @package Grav\Framework\Cache
*
* @copyright Copyright (c) 2015 - 2024 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/
namespace Grav\Framework\Cache\Exception;
use Exception;
use Psr\SimpleCache\CacheException as SimpleCacheException;
/**
* CacheException class for PSR-16 compatible "Simple Cache" implementation.
* @package Grav\Framework\Cache\Exception
*/
class CacheException extends Exception implements SimpleCacheException
{
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @package Grav\Framework\Cache
*
* @copyright Copyright (c) 2015 - 2024 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/
namespace Grav\Framework\Cache\Exception;
use Exception;
use Psr\SimpleCache\CacheException as SimpleCacheException;
/**
* CacheException class for PSR-16 compatible "Simple Cache" implementation.
* @package Grav\Framework\Cache\Exception
*/
class CacheException extends Exception implements SimpleCacheException
{
}
Function Calls
None |
Stats
MD5 | 813d4466d0d6176033ea2ea56fa1d75b |
Eval Count | 0 |
Decode Time | 86 ms |