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

Breadcrumb

  1. Drupal Core 11.1.x

CacheException.php

Namespace

Psr\Cache

File

vendor/psr/cache/src/CacheException.php

View source
<?php

namespace Psr\Cache;


/**
 * Exception interface for all exceptions thrown by an Implementing Library.
 */
interface CacheException extends \Throwable {

}

Interfaces

Title Deprecated Summary
CacheException Exception interface for all exceptions thrown by an Implementing Library.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal