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

11 lines
154 B
PHP
Executable File

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