dynamic abortServiceUnavailable([body = 'Service Unavailable'])

Source

abortServiceUnavailable([body = 'Service Unavailable']) {
  throw new HttpServiceUnavailableException(body);
}