Exception: THTP::RpcTimeoutError
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- THTP::RpcTimeoutError
- Defined in:
- lib/thtp/errors.rb
Overview
Indicates that RPC execution took too long
Instance Method Summary collapse
-
#initialize(rpc) ⇒ RpcTimeoutError
constructor
A new instance of RpcTimeoutError.
Constructor Details
#initialize(rpc) ⇒ RpcTimeoutError
Returns a new instance of RpcTimeoutError.
136 137 138 |
# File 'lib/thtp/errors.rb', line 136 def initialize(rpc) super "Host did not respond to #{rpc} in the allotted time" end |