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