class Rex::Proto::DCERPC::Exceptions::NoResponse

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/dcerpc/exceptions.rb, line 129
def to_s
  'no response from dcerpc service'
end