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