wishthis/vendor/psr/cache/src/CacheException.php
2022-01-24 09:08:35 +01:00

10 lines
162 B
PHP

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