Exception: Simple::HTTP::TooManyRedirections

Inherits:
Error
  • Object
show all
Defined in:
lib/simple/http/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#method, #request, #response

Instance Method Summary collapse

Methods inherited from Error

#code, #initialize

Constructor Details

This class inherits a constructor from Simple::HTTP::Error

Instance Method Details

#messageObject



30
31
32
# File 'lib/simple/http/errors.rb', line 30

def message
  "Too many redirections; after\n#{super}"
end