HttpException constructor

HttpException(
  1. String message,
  2. String prefix
)

Implementation

HttpException(this.message, this.prefix);