handleException function

HzyNormalResponse handleException(
  1. Exception exception
)

Implementation

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