HttpException constructor

HttpException([
  1. String? _message,
  2. int? _code
])

Implementation

HttpException([this._message, this._code]);