HttpResponse<T extends Codable>.exception constructor

HttpResponse<T extends Codable>.exception(
  1. Exception e
)

Implementation

HttpResponse.exception(Exception e){
    error = HttpError.dioError(e);
}