Files
bendtstudio0-static/pancake/system/vendor/psr/cache/src/CacheException.php
2025-11-26 13:22:58 -05:00

11 lines
143 B
PHP
Executable File

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