You are here

class LockException in Purge 8.3

Thrown when processing is attempted while another instance is running.

Hierarchy

  • class \Drupal\purge\Plugin\Purge\Purger\Exception\LockException extends \Drupal\purge\Plugin\Purge\Purger\Exception\Exception

Expanded class hierarchy of LockException

6 files declare their use of LockException
InvalidateCommand.php in modules/purge_drush/src/Commands/InvalidateCommand.php
LateRuntimeProcessor.php in modules/purge_processor_lateruntime/src/EventSubscriber/LateRuntimeProcessor.php
PurgeBlockForm.php in modules/purge_ui/src/Form/PurgeBlockForm.php
PurgersService.php in src/Plugin/Purge/Purger/PurgersService.php
purge_processor_cron.module in modules/purge_processor_cron/purge_processor_cron.module
Purge Cron Processor.

... See full list

File

src/Plugin/Purge/Purger/Exception/LockException.php, line 8

Namespace

Drupal\purge\Plugin\Purge\Purger\Exception
View source
class LockException extends \Exception {

}

Members