HttpResponseError constructor

HttpResponseError(
  1. int code,
  2. String message
)

Implementation

HttpResponseError(this.code, this.message);