blob: 9332200d80328f8b19dc3742afc6807c646f68be (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<?php
namespace Drupal\Core\Queue;
/**
* Throw this exception to release the item allowing it to be processed again.
*/
class RequeueException extends \RuntimeException {}
|