Files
ZangShiQi/vendor/psr/cache/src/CacheException.php
2026-04-04 17:27:12 +08:00

11 lines
153 B
PHP
Executable File

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