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

Breadcrumb

  1. Drupal Core 11.1.x

LockAcquiringException.php

Same filename in this branch
  1. 11.1.x vendor/symfony/lock/Exception/LockAcquiringException.php

Namespace

Drupal\Core\Lock

File

core/lib/Drupal/Core/Lock/LockAcquiringException.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Lock;


/**
 * LockAcquiringException is thrown when a lock cannot be acquired.
 */
class LockAcquiringException extends \RuntimeException {

}

Classes

Title Deprecated Summary
LockAcquiringException LockAcquiringException is thrown when a lock cannot be acquired.

API Navigation

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