RetryException constructor

RetryException(
  1. String message, [
  2. Exception? cause
])

Implementation

RetryException(this.message, [this.cause]);