Exception: Simple::HTTP::TooManyRedirections
- Defined in:
- lib/simple/http/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Simple::HTTP::Error
Instance Method Details
#message ⇒ Object
30 31 32 |
# File 'lib/simple/http/errors.rb', line 30 def "Too many redirections; after\n#{super}" end |