dynamic abortGatewayTimeout([body = 'Gateway Timeout'])

Source

abortGatewayTimeout([body = 'Gateway Timeout']) {
  throw new HttpGatewayTimeoutException(body);
}