You are here

RequeueException.php in Drupal 8

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

Namesort descending Description
RequeueException Throw this exception to release the item allowing it to be processed again.