HttpException constructor

HttpException(
  1. String message, {
  2. String? submessage,
  3. String? route,
  4. Code code = Code.request,
  5. Reason? reason,
  6. int status = -1,
})

Implementation

HttpException(this.message, {this.submessage, this.route, this.code= Code.request, this.reason, this.status = -1});