Files
server/opt/psa/phpMyAdmin/vendor/psr/cache/src/CacheException.php
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

11 lines
143 B
PHP

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