handle abstract method

Future handle(
  1. Object error,
  2. StackTrace stackTrace,
  3. Request request
)

Method that handles the error by the errors added by addCatchError.

Implementation

Future<dynamic> handle(
    final Object error, final StackTrace stackTrace, final Request request);