dynamic abortImATeapot([body = 'I\'m a Teapot'])

Source

abortImATeapot([body = 'I\'m a Teapot']) {
  throw new HttpImATeapotException(body);
}