You are here

HaltScheduledTaskException.php in Webform Scheduled Tasks 8.2

File

src/Exception/HaltScheduledTaskException.php
View source
<?php

namespace Drupal\webform_scheduled_tasks\Exception;


/**
 * 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.
 */
class HaltScheduledTaskException extends \Exception {

}

Classes

Namesort descending Description
HaltScheduledTaskException An exception thrown which should halt the execution of the scheduled task.