<?php

declare(strict_types=1);

namespace Drupal\Core\Lock;

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