ApiException.runtimeError constructor

const ApiException.runtimeError(
  1. Object error,
  2. StackTrace stackTrace, [
  3. RequestBuilder? builder
])

Implementation

const factory ApiException.runtimeError(
  Object error,
  StackTrace stackTrace, [
  RequestBuilder? builder,
]) = ApiWrappedException;