ErrorHandlingMiddleware constructor
ErrorHandlingMiddleware({
- void onError(
- dynamic job,
- dynamic error,
- StackTrace stack
- bool rethrowErrors = true,
Implementation
ErrorHandlingMiddleware({this.onError, this.rethrowErrors = true});