The exception filter middleware-style function.
@internal @mustCallSuper FutureOr<void> call(Context context, Next next) { return Future.sync(next).onError<T>(_createHandler(context)); }