Exception: WPScan::DownloadError

Inherits:
HTTPError
  • Object
show all
Defined in:
lib/wpscan/errors/http.rb

Overview

Used in the Updater

Instance Attribute Summary

Attributes inherited from HTTPError

#response

Instance Method Summary collapse

Methods inherited from HTTPError

#failure_details, #initialize

Constructor Details

This class inherits a constructor from WPScan::HTTPError

Instance Method Details

#to_sObject



30
31
32
# File 'lib/wpscan/errors/http.rb', line 30

def to_s
  "Unable to get #{failure_details}"
end