AstraHttpException constructor

AstraHttpException(
  1. int statusCode,
  2. String message, {
  3. dynamic body,
})

Implementation

AstraHttpException(this.statusCode, this.message, {this.body});