HTTPResponseException(int statusCode, String message, { bool isControlFlowException: true })

Creates an instance of a HTTPResponseException.

Source

HTTPResponseException(this.statusCode, this.message, {this.isControlFlowException: true});