Exception: CMSScanner::ProxyAuthRequiredError

Inherits:
Error
  • Object
show all
Defined in:
lib/cms_scanner/errors/http.rb

Overview

Proxy Authentication Required Error

Instance Method Summary collapse

Instance Method Details

#to_sObject

:nocov:



30
31
32
# File 'lib/cms_scanner/errors/http.rb', line 30

def to_s
  'Proxy authentication required (or was invalid), please provide it with --proxy-auth'
end