File "CacheException.php"
Full path: /home/fsibplc/public_html/fsib/vendor/psr/simple-cache/src/CacheException.php
File
size: 154 B (154 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Psr\SimpleCache;
/**
* Interface used for all types of exceptions thrown by the implementing library.
*/
interface CacheException
{
}