AnyThrowable implements RetryStrategy
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- shouldRetry() : bool
Methods
__construct()
public
__construct(int $limit) : mixed
Parameters
- $limit : int
shouldRetry()
public
shouldRetry(Throwable $exception, int $attemptNumber) : bool
Parameters
- $exception : Throwable
- $attemptNumber : int