# File lib/mechanize/redirect_not_get_or_head_error.rb, line 14
  def to_s
    method = @verb.to_s.upcase
    "#{@response_code} redirect received after a #{method} request"
  end