dynamic abortURITooLong([body = 'URI Too Long'])

Source

abortURITooLong([body = 'URI Too Long']) {
  throw new HttpURITooLongException(body);
}