Files
tougao/vendor/psr/cache/src/CacheException.php
wangjinlei c1885928ff 20220406
2022-04-06 18:02:49 +08:00

11 lines
143 B
PHP

<?php
namespace Psr\Cache;
/**
* Exception interface for all exceptions thrown by an Implementing Library.
*/
interface CacheException
{
}