dynamic abortInternalServerError([body = 'Internal Server Error'])

Source

abortInternalServerError([body = 'Internal Server Error']) {
  throw new HttpInternalServerErrorException(body);
}