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

Breadcrumb

  1. Drupal Core 11.1.x
  2. LockExpiredException.php

class LockExpiredException

LockExpiredException is thrown when a lock may conflict due to a TTL expiration.

@author Jérémy Derussé <jeremy@derusse.com>

Hierarchy

  • class \Symfony\Component\Lock\Exception\LockExpiredException extends \Symfony\Component\Lock\Exception\RuntimeException implements \Symfony\Component\Lock\Exception\ExceptionInterface

Expanded class hierarchy of LockExpiredException

3 files declare their use of LockExpiredException
ExpiringStoreTrait.php in vendor/symfony/lock/Store/ExpiringStoreTrait.php
Lock.php in vendor/symfony/lock/Lock.php
MongoDbStore.php in vendor/symfony/lock/Store/MongoDbStore.php

File

vendor/symfony/lock/Exception/LockExpiredException.php, line 19

Namespace

Symfony\Component\Lock\Exception
View source
class LockExpiredException extends \RuntimeException implements ExceptionInterface {

}

API Navigation

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