dynamic abortNotImplemented([body = 'Not Implemented'])

Source

abortNotImplemented([body = 'Not Implemented']) {
  throw new HttpNotImplementedException(body);
}