home/mip/mip/vendor/psr/simple-cache/src/CacheException.php 0000644 00000000255 15152100607 0017662 0 ustar 00 <?php
namespace Psr\SimpleCache;
/**
* Interface used for all types of exceptions thrown by the implementing library.
*/
interface CacheException extends \Throwable
{
}