34968-vm/vendor/psr/cache/src/CacheException.php
Flatlogic Bot 42cfa7481c V19
2025-10-16 08:36:38 +00:00

11 lines
162 B
PHP

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