HTTPException constructor

HTTPException(
  1. String message,
  2. Response response
)

Implementation

HTTPException(this.message, this.response);