Files
fast_response/admin/vendor/psr/cache/src/CacheException.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

11 lines
143 B
PHP
Executable File

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