Files
molenda.net/eeeeee/vendor/psr/simple-cache/src/CacheException.php
T
Sebastian Molenda ab96d82fcf init
2026-05-12 21:10:38 +02: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
{
}