Exception: Slash::Redirection
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- Slash::Redirection
- Defined in:
- lib/slash/exceptions.rb
Overview
3xx Redirection
Instance Attribute Summary
Attributes inherited from ConnectionError
Instance Method Summary collapse
-
#to_s ⇒ Object
:nodoc:.
Methods inherited from ConnectionError
Constructor Details
This class inherits a constructor from Slash::ConnectionError
Instance Method Details
#to_s ⇒ Object
:nodoc:
33 |
# File 'lib/slash/exceptions.rb', line 33 def to_s; response.headers['Location'] ? "#{super} => #{response.headers['Location']}" : super; end |