HHCtrlException constructor
HHCtrlException({})
Implementation
HHCtrlException({
this.nextPhase = NextPhase.f_break,
this.returnValue,
Map<String, dynamic>? runtimeMeta,
}) : runtimeMeta = Map.unmodifiable(runtimeMeta ?? {});