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 9
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 13
def to_s
  @msg
end