HttpStatusException constructor

const HttpStatusException(
  1. Response response
)

Constructs a new exception from the HTTP response.

Implementation

const HttpStatusException(this.response);