Exception: CMSScanner::Error::HTTPAuthRequired
- Defined in:
- lib/cms_scanner/errors/http.rb
Overview
HTTP Authentication Required Error
Instance Method Summary collapse
-
#to_s ⇒ Object
:nocov:.
Instance Method Details
#to_s ⇒ Object
:nocov:
21 22 23 |
# File 'lib/cms_scanner/errors/http.rb', line 21 def to_s 'HTTP authentication required (or was invalid), please provide it with --http-auth' end |