# File lib/mechanize/errors.rb, line 25
      def initialize(page)
        @page          = page
        @response_code = page.code
      end