You are here

class LockException in Feeds 8.3

Thrown when Feeds can not obtain a lock.

Hierarchy

Expanded class hierarchy of LockException

6 files declare their use of LockException
Feed.php in src/Entity/Feed.php
FeedExpireHandler.php in src/FeedExpireHandler.php
FeedImportHandler.php in src/FeedImportHandler.php
FeedRefreshTest.php in tests/src/Unit/Plugin/QueueWorker/FeedRefreshTest.php
FeedsExecutable.php in src/FeedsExecutable.php

... See full list

File

src/Exception/LockException.php, line 8

Namespace

Drupal\feeds\Exception
View source
class LockException extends FeedsRuntimeException {

}

Members