HttpException constructor

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

Implementation

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