Exception: Rex::Proto::DCERPC::Exceptions::NoResponse
- Defined in:
- lib/rex/proto/dcerpc/exceptions.rb
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Rex::Proto::DCERPC::Exceptions::Error
Instance Method Details
#to_s ⇒ Object
130 131 132 |
# File 'lib/rex/proto/dcerpc/exceptions.rb', line 130 def to_s 'no response from dcerpc service' end |