wrap abstract method

Object? wrap(
  1. Object error,
  2. StackTrace stackTrace,
  3. ReduxAction<St> action
)

Implementation

Object? wrap(
  Object error,
  StackTrace stackTrace,
  ReduxAction<St> action,
);