HttpException构造函数

const HttpException(
  1. String message,
  2. {Uri? uri}
)

实现

const HttpException(this.message, {this.uri});