HandlerError typedef
HandlerError =
void Function(Exception err, ErrorInterceptorHandler handler)
Implementation
typedef HandlerError = void Function(Exception err, ErrorInterceptorHandler handler);
typedef HandlerError = void Function(Exception err, ErrorInterceptorHandler handler);