class LockAcquiringException
Same name in this branch
- 11.1.x core/lib/Drupal/Core/Lock/LockAcquiringException.php \Drupal\Core\Lock\LockAcquiringException
LockAcquiringException is thrown when an issue happens during the acquisition of a lock.
@author Jérémy Derussé <jeremy@derusse.com>
Hierarchy
- class \Symfony\Component\Lock\Exception\LockAcquiringException extends \Symfony\Component\Lock\Exception\RuntimeException implements \Symfony\Component\Lock\Exception\ExceptionInterface
Expanded class hierarchy of LockAcquiringException
7 files declare their use of LockAcquiringException
- CKEditor5ImageController.php in core/
modules/ ckeditor5/ src/ Controller/ CKEditor5ImageController.php - Lock.php in vendor/
symfony/ lock/ Lock.php - LockInterface.php in vendor/
symfony/ lock/ LockInterface.php - MongoDbStore.php in vendor/
symfony/ lock/ Store/ MongoDbStore.php - PersistingStoreInterface.php in vendor/
symfony/ lock/ PersistingStoreInterface.php
File
-
vendor/
symfony/ lock/ Exception/ LockAcquiringException.php, line 19
Namespace
Symfony\Component\Lock\ExceptionView source
class LockAcquiringException extends \RuntimeException implements ExceptionInterface {
}