onError method
Called when an exception is thrown.
Implementation
Future<InterceptorResult<RhttpException>> onError(
RhttpException exception,
) async {
return next();
}
Called when an exception is thrown.
Future<InterceptorResult<RhttpException>> onError(
RhttpException exception,
) async {
return next();
}