Exception: Rex::Proto::SMB::Exceptions::ReadPacket
- Defined in:
- lib/rex/proto/smb/exceptions.rb
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Rex::Proto::SMB::Exceptions::Error
Instance Method Details
#to_s ⇒ Object
767 768 769 |
# File 'lib/rex/proto/smb/exceptions.rb', line 767 def to_s "The SMB response packet was invalid" end |