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