dynamic abortLengthRequired([body = 'Length Required'])

Source

abortLengthRequired([body = 'Length Required']) {
  throw new HttpLengthRequiredException(body);
}