Contains Drupal\user\TempStoreException.
<?php /** * @file * Contains Drupal\user\TempStoreException. */ namespace Drupal\user; /** * Defines the exception thrown if the TempStore cannot acquire a lock. */ class TempStoreException extends \Exception { }