# File lib/mechanize/response_code_error.rb, line 10
  def initialize(page)
    @page          = page
    @response_code = page.code.to_s
  end