Class WWW::Mechanize::ResponseCodeError
In: lib/www/mechanize/response_code_error.rb
Parent: RuntimeError

Synopsis

This error is thrown 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.

Methods

inspect   new   to_s  

Attributes

page  [R] 
response_code  [R] 

Public Class methods

Public Instance methods

[Validate]