# visualizer/3.10.10/vendor/psr/simple-cache/src/CacheException.php

Visualizer – Tables &amp; Charts Manager with Built-in AI Generator, version 3.10.10. 11 lines.

- Page: https://pluginprobe.com/plugins/visualizer/3.10.10/code/vendor/psr/simple-cache/src/CacheException.php
- Raw: https://pluginprobe.com/plugins/visualizer/3.10.10/raw/vendor/psr/simple-cache/src/CacheException.php
- Modified: 2019-02-24T07:50:56+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/visualizer/3.10.10/code/vendor/psr/simple-cache/src/CacheException.php#L10-L20`.

```php
<?php

namespace Psr\SimpleCache;

/**
 * Interface used for all types of exceptions thrown by the implementing library.
 */
interface CacheException
{
}

```
