HttpException constructor

HttpException(
  1. int statusCode,
  2. String message
)

Implementation

HttpException(this.statusCode, this.message);