* @copyright 2017 Smiley * @license MIT */ declare(strict_types=1); namespace chillerlan\SimpleCache; class CacheException extends \Exception implements \Psr\SimpleCache\CacheException{ }