DelayedRequeueException
class DelayedRequeueException extends RuntimeException (View source)
Throw this exception to leave an item in the queue until its lock expires.
Properties
| protected int | $delay | The interval of time that the item should remain locked (in seconds). |
Methods
__construct(int $delay = 0, string $message = '', int $code = 0, Throwable $previous = NULL)
Constructs a DelayedRequeueException.
int
getDelay()
Get the desired delay interval for this item.
Details
__construct(int $delay = 0, string $message = '', int $code = 0, Throwable $previous = NULL)
Constructs a DelayedRequeueException.
int
getDelay()
Get the desired delay interval for this item.