Exception: ActiveResource::TimeoutError
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- ActiveResource::TimeoutError
- Defined in:
- lib/active_resource/exceptions.rb
Overview
Raised when a Timeout::Error occurs.
Instance Attribute Summary
Attributes inherited from ConnectionError
Instance Method Summary collapse
-
#initialize(message) ⇒ TimeoutError
constructor
A new instance of TimeoutError.
- #to_s ⇒ Object
Constructor Details
#initialize(message) ⇒ TimeoutError
Returns a new instance of TimeoutError.
20 21 22 |
# File 'lib/active_resource/exceptions.rb', line 20 def initialize() @message = end |
Instance Method Details
#to_s ⇒ Object
23 |
# File 'lib/active_resource/exceptions.rb', line 23 def to_s; @message ;end |