handle abstract method
Method that handles the error by the errors added by addCatchError.
Implementation
Future<dynamic> handle(
final Object error, final StackTrace stackTrace, final Request request);
Method that handles the error by the errors added by addCatchError.
Future<dynamic> handle(
final Object error, final StackTrace stackTrace, final Request request);