CircuitBreakerOpenException constructor

CircuitBreakerOpenException(
  1. String message, {
  2. Duration? retryAfter,
})

Creates a new CircuitBreakerOpenException with the given message and retryAfter.

Implementation

CircuitBreakerOpenException(super.message, {this.retryAfter});