ErrorHandler<TState> constructor

const ErrorHandler<TState>(
  1. OnDispatchFailed<TState> onFailed
)

Implementation

const ErrorHandler(this.onFailed);