LockAcquiringException.php
Same filename in other branches
Namespace
Drupal\Core\LockFile
-
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.