ApplicationExceptionsHandler typedef
Use this to override the application exceptiosn handler
Implementation
typedef ApplicationExceptionsHandler = FutureOr<Response> Function(
Object exception,
ReqRes reqRes,
);
Use this to override the application exceptiosn handler
typedef ApplicationExceptionsHandler = FutureOr<Response> Function(
Object exception,
ReqRes reqRes,
);