<?php

namespace Psr\Cache;

interface CacheException extends \Throwable
{
}
