class LockException in Feeds 8.3
Thrown when Feeds can not obtain a lock.
Hierarchy
- class \Drupal\feeds\Exception\FeedsRuntimeException extends \RuntimeException
- class \Drupal\feeds\Exception\LockException
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
File
- src/
Exception/ LockException.php, line 8
Namespace
Drupal\feeds\ExceptionView source
class LockException extends FeedsRuntimeException {
}