HttpException constructor

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

Implementation

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