dynamic abortVersionNotSupported([body = 'HTTP Version Not Supported'])

Source

abortVersionNotSupported([body = 'HTTP Version Not Supported']) {
  throw new HttpVersionNotSupportedException(body);
}