Exception: CMSScanner::HTTPAuthRequiredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cms_scanner/errors/auth_errors.rb

Overview

HTTP Authentication Required Error

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/cms_scanner/errors/auth_errors.rb', line 4

def message
  'HTTP authentication required (or was invalid), please provide it with --http-auth'
end