handleException<T> function
Implementation
HttpResponse<T> handleException<T>(Exception exception) {
var parseException = _parseException(exception);
return HttpResponse<T>.failureFromError(parseException);
}
HttpResponse<T> handleException<T>(Exception exception) {
var parseException = _parseException(exception);
return HttpResponse<T>.failureFromError(parseException);
}