http://www.phpfastcache.com * @author Georges.L (Geolim4) * */ namespace phpFastCache\Exceptions; use Psr\SimpleCache\CacheException; /** * Class phpFastCacheRootException * @package phpFastCache\Exceptions */ class phpFastCacheSimpleCacheException extends \Exception implements CacheException { }