Class: Trilogy::TimeoutError
- Inherits:
-
Errno::ETIMEDOUT
- Object
- Errno::ETIMEDOUT
- Trilogy::TimeoutError
- Includes:
- ConnectionError
- Defined in:
- lib/trilogy/error.rb
Instance Attribute Summary
Attributes included from Error
Instance Method Summary collapse
-
#initialize(error_message = nil, error_code = nil) ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Constructor Details
#initialize(error_message = nil, error_code = nil) ⇒ TimeoutError
Returns a new instance of TimeoutError.
64 65 66 67 |
# File 'lib/trilogy/error.rb', line 64 def initialize( = nil, error_code = nil) super @error_code = error_code end |