Exception: Rex::Proto::DCERPC::Exceptions::NoResponse

Inherits:
Error
  • Object
show all
Defined in:
lib/rex/proto/dcerpc/exceptions.rb

Instance Method Summary collapse

Methods inherited from Error

#get_error, #initialize

Constructor Details

This class inherits a constructor from Rex::Proto::DCERPC::Exceptions::Error

Instance Method Details

#to_sObject



130
131
132
# File 'lib/rex/proto/dcerpc/exceptions.rb', line 130

def to_s
  'no response from dcerpc service'
end