HandlerError typedef

HandlerError = void Function(Exception err, ErrorInterceptorHandler handler)

Implementation

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