handleException function

HttpResponse handleException(
  1. Exception exception
)

Implementation

HttpResponse handleException(Exception exception) =>
    HttpResponse.failureFromError(_parseException(exception));