class CMSScanner::Error::TargetDown
Attributes
Public Class Methods
Source
# File lib/cms_scanner/errors/http.rb, line 9 def initialize(response) @response = response end
Public Instance Methods
Source
# File lib/cms_scanner/errors/http.rb, line 13 def to_s "The url supplied '#{response.request.url}' seems to be down (#{response.return_message})" end