summaryrefslogtreecommitdiffstatshomepage
path: root/core/lib/Drupal/Core/Lock/LockAcquiringException.php
blob: 91e7129d4939f69359fced657529d86914d5097d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

declare(strict_types=1);

namespace Drupal\Core\Lock;

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