Files
budget_analyser/vendor/psr/simple-cache/src/CacheException.php
TiclemFR 884eb3011a 🎉
2023-12-29 16:00:02 +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
{
}