File "CacheException.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/psr/cache/src/CacheException.php
File size: 162 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Psr\Cache;
/**
* Exception interface for all exceptions thrown by an Implementing Library.
*/
interface CacheException extends \Throwable
{
}