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

Breadcrumb

  1. Drupal Core 11.1.x

TempStoreException.php

Namespace

Drupal\Core\TempStore

File

core/lib/Drupal/Core/TempStore/TempStoreException.php

View source
<?php

namespace Drupal\Core\TempStore;


/**
 * Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock.
 *
 * @see \Drupal\Core\TempStore\SharedTempStore
 * @see \Drupal\Core\TempStore\PrivateTempStore
 */
class TempStoreException extends \Exception {

}

Classes

Title Deprecated Summary
TempStoreException Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock.

API Navigation

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