dynamic abortProxyAuthenticationRequired([body = 'Proxy Authentication Required'])

Source

abortProxyAuthenticationRequired([body = 'Proxy Authentication Required']) {
  throw new HttpProxyAuthenticationRequiredException(body);
}