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



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

def to_s
	'no response from dcerpc service'
end