KyteHttpException constructor

KyteHttpException(
  1. String message, {
  2. int? responseCode,
})

Constructor that takes an exception message and an optional response code

Implementation

KyteHttpException(this.message, {this.responseCode});