Exception: Mobitex::TimeoutError
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- Mobitex::TimeoutError
- Defined in:
- lib/mobitex/connection_errors.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.
23 24 25 |
# File 'lib/mobitex/connection_errors.rb', line 23 def initialize() @message = end |
Instance Method Details
#to_s ⇒ Object
27 28 29 |
# File 'lib/mobitex/connection_errors.rb', line 27 def to_s @message end |