| Current Path : /usr/share/php/Psr/SimpleCache/ |
| Current File : //usr/share/php/Psr/SimpleCache/CacheException.php |
<?php
namespace Psr\SimpleCache;
/**
* Interface used for all types of exceptions thrown by the implementing library.
*/
interface CacheException
{
}