# gianism/trunk/vendor/psr/cache/src/CacheException.php

Gianism, version trunk. 11 lines.

- Page: https://pluginprobe.com/plugins/gianism/trunk/code/vendor/psr/cache/src/CacheException.php
- Raw: https://pluginprobe.com/plugins/gianism/trunk/raw/vendor/psr/cache/src/CacheException.php
- Modified: 2016-11-05T14:55:32+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/gianism/trunk/code/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
{
}

```
