ExceptionHandler typedef
ExceptionHandler =
Stream<Response> ? Function(Request request, NextLink forward, LinkException exception)
A handler of Link Exceptions.
Implementation
typedef ExceptionHandler = Stream<Response>? Function(
Request request,
NextLink forward,
LinkException exception,
);