RequeueException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Queue/RequeueException.php
  2. 8.9.x core/lib/Drupal/Core/Queue/RequeueException.php
  3. 10 core/lib/Drupal/Core/Queue/RequeueException.php

Namespace

Drupal\Core\Queue

File

core/lib/Drupal/Core/Queue/RequeueException.php

View source
<?php

namespace Drupal\Core\Queue;


/**
 * Throw this exception to release the item allowing it to be processed again.
 */
class RequeueException extends \RuntimeException {

}

Classes

Title Deprecated Summary
RequeueException Throw this exception to release the item allowing it to be processed again.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.