class CMSScanner::Error::ProxyAuthRequired
Proxy Authentication Required Error
Public Instance Methods
to_s()
click to toggle source
:nocov:
# 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