handle abstract method
- Object error,
- StackTrace stackTrace,
- 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);