class LockAcquiringException

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Lock/LockAcquiringException.php \Drupal\Core\Lock\LockAcquiringException

LockAcquiringException is thrown when a lock cannot be acquired.

Hierarchy

Expanded class hierarchy of LockAcquiringException

5 files declare their use of LockAcquiringException
file.module in core/modules/file/file.module
Defines a "managed_file" Form API field and a "file" field for Field module.
FileUpload.php in core/modules/jsonapi/src/Controller/FileUpload.php
FileUploadHandler.php in core/modules/file/src/Upload/FileUploadHandler.php
FileUploadHandlerTest.php in core/modules/file/tests/src/Kernel/FileUploadHandlerTest.php
FileUploadResource.php in core/modules/file/src/Plugin/rest/resource/FileUploadResource.php

File

core/lib/Drupal/Core/Lock/LockAcquiringException.php, line 10

Namespace

Drupal\Core\Lock
View source
class LockAcquiringException extends \RuntimeException {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.