AngelErrorHandler typedef

AngelErrorHandler = dynamic Function(AngelHttpException e, RequestContext req, ResponseContext res)

A function that handles error

Implementation

typedef AngelErrorHandler = dynamic Function(
    AngelHttpException e, RequestContext req, ResponseContext res);