TempStoreException.php
Same filename in other branches
Namespace
Drupal\Core\TempStoreFile
-
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.