dynamic abortPreconditionFailed([body = 'Precondition Failed'])

Source

abortPreconditionFailed([body = 'Precondition Failed']) {
  throw new HttpPreconditionFailedException(body);
}