<?php
/**
* Class CacheException
*
* @created 27.05.2017
* @author Smiley <smiley@chillerlan.net>
* @copyright 2017 Smiley
* @license MIT
*/
declare(strict_types=1);
namespace chillerlan\SimpleCache;
class CacheException extends \Exception implements \Psr\SimpleCache\CacheException{
}