dynamic abortForbidden([body = 'Forbidden'])

Source

abortForbidden([body = 'Forbidden']) {
  throw new HttpForbiddenException(body);
}