HttpError constructor

HttpError(
  1. HttpErrorType httpErrorType,
  2. String message,
  3. Exception cause,
  4. String logMsg,
)

Implementation

HttpError(this.httpErrorType, this.message, this.cause, this.logMsg);