Exception: Nestful::RedirectionLoop
- Inherits:
-
ResponseError
- Object
- StandardError
- Error
- ResponseError
- Nestful::RedirectionLoop
- Defined in:
- lib/nestful/exceptions.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from ResponseError
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from ResponseError
Methods inherited from Error
Constructor Details
This class inherits a constructor from Nestful::ResponseError
Instance Method Details
#to_s ⇒ Object
59 |
# File 'lib/nestful/exceptions.rb', line 59 def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end |