blob: eba53815c0c987014014a7d62c9f48da16ad29b3 [file] [log] [blame]
<?php
namespace Psr\SimpleCache;
/**
* Interface used for all types of exceptions thrown by the implementing library.
*/
interface CacheException
{
}