ExceptionHandleEndpoint<T extends Exception> typedef
ExceptionHandleEndpoint<T extends Exception> =
FutureOr<Response> Function(Message request, T exception, StackTrace stackTrace)
Implementation
typedef ExceptionHandleEndpoint<T extends Exception> = FutureOr<Response>
Function(Message request, T exception, StackTrace stackTrace);