Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal