Exception: CMSScanner::Error::ProxyAuthRequired
- Defined in:
- lib/cms_scanner/errors/http.rb
Overview
Proxy Authentication Required Error
Instance Method Summary collapse
-
#to_s ⇒ Object
:nocov:.
Instance Method Details
#to_s ⇒ Object
: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 |