Exception: CMSScanner::Error::HTTPAuthRequired

Inherits:
Standard
  • Object
show all
Defined in:
lib/cms_scanner/errors/http.rb

Overview

HTTP Authentication Required Error

Instance Method Summary collapse

Instance Method Details

#to_sObject

: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