class THTP::RpcTimeoutError

Indicates that RPC execution took too long

Public Class Methods

new(rpc) click to toggle source
Calls superclass method
# File lib/thtp/errors.rb, line 136
def initialize(rpc)
  super "Host did not respond to #{rpc} in the allotted time"
end