Exception: WPScan::Error::Download

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

Overview

Used in the Updater

Instance Attribute Summary

Attributes inherited from HTTP

#response

Instance Method Summary collapse

Methods inherited from HTTP

#failure_details, #initialize

Constructor Details

This class inherits a constructor from WPScan::Error::HTTP

Instance Method Details

#to_sObject



33
34
35
# File 'lib/wpscan/errors/http.rb', line 33

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