# depicter/1.2.0/vendor/psr/simple-cache/src/InvalidArgumentException.php

Depicter — Popup &amp; Slider Builder, version 1.2.0. 14 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.2.0/code/vendor/psr/simple-cache/src/InvalidArgumentException.php
- Raw: https://pluginprobe.com/plugins/depicter/1.2.0/raw/vendor/psr/simple-cache/src/InvalidArgumentException.php
- Modified: 2022-06-01T06:26:20+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/depicter/1.2.0/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
{
}

```
