class Pincers::Http::MaximumRedirectsError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/pincers/http/errors.rb, line 22 def initialize super 'Redirection loop detected!' end