HpsHttpException constructor

HpsHttpException(
  1. int statusCode,
  2. String message, {
  3. String? body,
})

Implementation

HpsHttpException(this.statusCode, super.message, {this.body});