Files
w4rpservices/vendor/psr/simple-cache/src/CacheException.php
T
2018-10-15 00:37:28 -05:00

11 lines
154 B
PHP

<?php
namespace Psr\SimpleCache;
/**
* Interface used for all types of exceptions thrown by the implementing library.
*/
interface CacheException
{
}