/home/edulekha/www/wp-content/plugins/wp-slimstat/src/Dependencies/Psr/Cache/CacheException.php
<?php

namespace SlimStat\Dependencies\Psr\Cache;

/**
 * Exception interface for all exceptions thrown by an Implementing Library.
 */
interface CacheException
{
}