Files
zibo-dashboard/vendor/psr/simple-cache/src/CacheException.php
T
2025-03-28 08:52:46 +01:00

11 lines
173 B
PHP

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