Exception: THTP::RpcTimeoutError

Inherits:
ClientError show all
Defined in:
lib/thtp/errors.rb

Overview

Indicates that RPC execution took too long

Instance Method Summary collapse

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