HttpError constructor
HttpError(
- HttpErrorType httpErrorType,
- String message,
- Exception cause,
- String logMsg,
Implementation
HttpError(this.httpErrorType, this.message, this.cause, this.logMsg);