dynamic abortNotExtended([body = 'Not Extended'])

Source

abortNotExtended([body = 'Not Extended']) {
  throw new HttpNotExtendedException(body);
}