Exception: CMSScanner::ProxyAuthRequiredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cms_scanner/errors/auth_errors.rb

Overview

Proxy Authentication Required Error

Instance Method Summary collapse

Instance Method Details

#messageObject



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

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