Exception: Socialcastr::Redirection
- Inherits:
-
ConnectionError
- Object
- StandardError
- Error
- ConnectionError
- Socialcastr::Redirection
- Defined in:
- lib/socialcastr/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 Socialcastr::ConnectionError
Instance Method Details
#to_s ⇒ Object
:nodoc:
39 |
# File 'lib/socialcastr/exceptions.rb', line 39 def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end |