oont-contents/plugins/google-site-kit/third-party/psr/cache/src/CacheException.php
2025-02-08 15:10:23 +01:00

10 lines
172 B
PHP

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