HttpException constructor

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

Constructs a new instance of HttpException.

Implementation

HttpException(this.message, this.statusCode);