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