class Rex::Proto::SunRPC::RPCTimeout

Public Class Methods

new(msg = 'Operation timed out.') click to toggle source
# File lib/rex/proto/sunrpc/client.rb, line 20
def initialize(msg = 'Operation timed out.')
  @msg = msg
end

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/sunrpc/client.rb, line 24
def to_s
  @msg
end