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