UnHandledResponse constructor

UnHandledResponse(
  1. int statusCode,
  2. String reasonPhrase
)

Implementation

UnHandledResponse(this.statusCode, this.reasonPhrase);