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

Breadcrumb

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

class LockConflictedException

LockConflictedException is thrown when a lock is acquired by someone else.

In non-blocking mode it is caught by { @author Jérémy Derussé <jeremy@derusse.com>

Hierarchy

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

Expanded class hierarchy of LockConflictedException

See also

Lock::acquire()} and {@see Lock::acquireRead()}.

19 files declare their use of LockConflictedException
BlockingSharedLockStoreInterface.php in vendor/symfony/lock/BlockingSharedLockStoreInterface.php
BlockingStoreInterface.php in vendor/symfony/lock/BlockingStoreInterface.php
CombinedStore.php in vendor/symfony/lock/Store/CombinedStore.php
DoctrineDbalPostgreSqlStore.php in vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php
DoctrineDbalStore.php in vendor/symfony/lock/Store/DoctrineDbalStore.php

... See full list

File

vendor/symfony/lock/Exception/LockConflictedException.php, line 23

Namespace

Symfony\Component\Lock\Exception
View source
class LockConflictedException 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