Exception: Nestful::RedirectionLoop

Inherits:
ResponseError show all
Defined in:
lib/nestful/exceptions.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from ResponseError

#response

Attributes inherited from Error

#request

Instance Method Summary collapse

Methods inherited from ResponseError

#initialize

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Nestful::ResponseError

Instance Method Details

#to_sObject



59
# File 'lib/nestful/exceptions.rb', line 59

def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end