Raised when Mechanize encounters an error while reading the response body from the server. Contains the response headers and the response body up to the error along with the initial error.
Creates a new ResponseReadError with the error raised, the response and the body_io for content read so far.
# File lib/mechanize/response_read_error.rb, line 18 18: def initialize error, response, body_io, uri, mechanize 19: @body_io = body_io 20: @error = error 21: @mechanize = mechanize 22: @response = response 23: @uri = uri 24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.