Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InvalidArgumentException.php

interface InvalidArgumentException

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.

Hierarchy

  • interface \Psr\Cache\CacheException extends \Psr\Cache\Throwable
    • interface \Psr\Cache\InvalidArgumentException extends \Psr\Cache\CacheException

Expanded class hierarchy of InvalidArgumentException

All classes that implement InvalidArgumentException

File

vendor/psr/cache/src/InvalidArgumentException.php, line 11

Namespace

Psr\Cache
View source
interface InvalidArgumentException extends CacheException {

}
RSS feed
Powered by Drupal