Exception: CMSScanner::ProxyAuthRequiredError

Inherits:
StandardError
  • 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



11
12
13
# File 'lib/cms_scanner/errors/http.rb', line 11

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