LockAcquiringException.php

Same filename in other branches
  1. 10 core/lib/Drupal/Core/Lock/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.

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