YustActionOnExceptionFn typedef
YustActionOnExceptionFn =
YustActionOnException? Function(Object error, YustRecursionMetaInfo meta)
Returns the action to take if a exception occurs. Can also throw to produce a new exception.
Implementation
typedef YustActionOnExceptionFn =
YustActionOnException? Function(Object error, YustRecursionMetaInfo meta);