HttpException constructor

const HttpException(
  1. int _code,
  2. String _message
)

Implementation

const HttpException(this._code, this._message);