Files
Epicnabbo-Catalogus-Updated…/Optimized Atomcms daily updated/vendor/psr/simple-cache/src/CacheException.php
T
2025-11-25 22:42:56 +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
{
}