# wp-stateless/3.0.3/lib/Google/vendor/psr/cache/src/CacheException.php

WP-Stateless – Google Cloud Storage, version 3.0.3. 11 lines.

- Page: https://pluginprobe.com/plugins/wp-stateless/3.0.3/code/lib/Google/vendor/psr/cache/src/CacheException.php
- Raw: https://pluginprobe.com/plugins/wp-stateless/3.0.3/raw/lib/Google/vendor/psr/cache/src/CacheException.php
- Modified: 2020-09-17T12:58:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-stateless/3.0.3/code/lib/Google/vendor/psr/cache/src/CacheException.php#L10-L20`.

```php
<?php

namespace Psr\Cache;

/**
 * Exception interface for all exceptions thrown by an Implementing Library.
 */
interface CacheException
{
}

```
