RecoverableMessageException extends RuntimeException
If something goes wrong while handling a message but the message should be retried anyway, a handler can throw this exception
Table of Contents
Methods
- __construct() : mixed
- getRetryDelay() : int|null
Methods
__construct()
public
__construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ][, int|null $retryDelay = null ]) : mixed
Parameters
- $message : string = ''
- $code : int = 0
- $previous : Throwable|null = null
- $retryDelay : int|null = null
getRetryDelay()
public
getRetryDelay() : int|null