AiHttpException constructor

const AiHttpException(
  1. String message, {
  2. Object? cause,
})

Implementation

const AiHttpException(this.message, {this.cause});