You are here

class TempStoreException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/TempStoreException.php \Drupal\user\TempStoreException

Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock.

Hierarchy

Expanded class hierarchy of TempStoreException

See also

\Drupal\user\SharedTempStore

\Drupal\user\PrivateTempStore

File

core/modules/user/src/TempStoreException.php, line 16
Contains \Drupal\user\TempStoreException.

Namespace

Drupal\user
View source
class TempStoreException extends \Exception {

}

Members