RequeueException.php
Same filename in other branches
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.