/home/mip/mip/public/img/credit/datatables/CacheException.php.tar
home/mip/mip/vendor/psr/simple-cache/src/CacheException.php000064400000000255151521006070017662 0ustar00<?php

namespace Psr\SimpleCache;

/**
 * Interface used for all types of exceptions thrown by the implementing library.
 */
interface CacheException extends \Throwable
{
}