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

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

- Page: https://pluginprobe.com/plugins/wp-stateless/3.0.3/code/lib/Google/vendor/psr/cache/src/InvalidArgumentException.php
- Raw: https://pluginprobe.com/plugins/wp-stateless/3.0.3/raw/lib/Google/vendor/psr/cache/src/InvalidArgumentException.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/InvalidArgumentException.php#L10-L20`.

```php
<?php

namespace Psr\Cache;

/**
 * Exception interface for invalid cache arguments.
 *
 * Any time an invalid argument is passed into a method it must throw an
 * exception class which implements Psr\Cache\InvalidArgumentException.
 */
interface InvalidArgumentException extends CacheException
{
}

```
