RetryException.fromAttempt constructor
RetryException.fromAttempt(
- int attempts
Creates a new RetryException with the number of made attempts.
Implementation
RetryException.fromAttempt(this.attempts);
Creates a new RetryException with the number of made attempts.
RetryException.fromAttempt(this.attempts);