SyniRuntimeError constructor

SyniRuntimeError(
  1. String message, {
  2. String? code,
  3. bool retryable = false,
})

Implementation

SyniRuntimeError(this.message, {this.code, this.retryable = false});