response_code_error.rb

Path: lib/mechanize/response_code_error.rb
Last Update: Mon Jul 30 15:17:46 +0000 2012

This error is raised when Mechanize encounters a response code it does not know how to handle. Currently, this exception will be thrown if Mechanize encounters response codes other than 200, 301, or 302. Any other response code is up to the user to handle.

[Validate]