Exception: Rex::Proto::SMB::Exceptions::InvalidType
- Inherits:
-
InvalidPacket
- Object
- RuntimeError
- Error
- InvalidPacket
- Rex::Proto::SMB::Exceptions::InvalidType
- Defined in:
- lib/rex/proto/smb/exceptions.rb
Instance Attribute Summary
Attributes inherited from InvalidPacket
#command, #error_code, #word_count
Instance Method Summary collapse
Methods inherited from InvalidPacket
Methods inherited from Error
Constructor Details
This class inherits a constructor from Rex::Proto::SMB::Exceptions::Error
Instance Method Details
#to_s ⇒ Object
809 810 811 812 |
# File 'lib/rex/proto/smb/exceptions.rb', line 809 def to_s "The server responded with unexpected packet (Command=" + self.command.to_s + ' WordCount=' + self.word_count.to_s + ")" end |