You are here

class HaltScheduledTaskException in Webform Scheduled Tasks 8.2

An exception thrown which should halt the execution of the scheduled task.

This may be used where circumstances are such that retrying the scheduled task is unlikely to be successful.

Hierarchy

  • class \Drupal\webform_scheduled_tasks\Exception\HaltScheduledTaskException extends \Drupal\webform_scheduled_tasks\Exception\Exception

Expanded class hierarchy of HaltScheduledTaskException

4 files declare their use of HaltScheduledTaskException
EmailedExport.php in src/Plugin/WebformScheduledTasks/Task/EmailedExport.php
HaltExceptionTask.php in tests/modules/webform_scheduled_tasks_test_types/src/Plugin/WebformScheduledTasks/Task/HaltExceptionTask.php
TaskRunner.php in src/TaskRunner.php
TaskRunnerTest.php in tests/src/Unit/TaskRunnerTest.php

File

src/Exception/HaltScheduledTaskException.php, line 11

Namespace

Drupal\webform_scheduled_tasks\Exception
View source
class HaltScheduledTaskException extends \Exception {

}

Members