RequeueException.php
Namespace
Drupal\Core\QueueFile
-
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. |