# visualizer/3.5.1/vendor/psr/simple-cache/src/InvalidArgumentException.php

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

- Page: https://pluginprobe.com/plugins/visualizer/3.5.1/code/vendor/psr/simple-cache/src/InvalidArgumentException.php
- Raw: https://pluginprobe.com/plugins/visualizer/3.5.1/raw/vendor/psr/simple-cache/src/InvalidArgumentException.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.5.1/code/vendor/psr/simple-cache/src/InvalidArgumentException.php#L10-L20`.

```php
<?php

namespace Psr\SimpleCache;

/**
 * Exception interface for invalid cache arguments.
 *
 * When an invalid argument is passed it must throw an exception which implements
 * this interface
 */
interface InvalidArgumentException extends CacheException
{
}

```
