Exception: Rex::Proto::SMB::Exceptions::IncorrectSigningError
- Inherits:
-
Error
- Object
- RuntimeError
- Error
- Rex::Proto::SMB::Exceptions::IncorrectSigningError
- 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
848 849 850 |
# File 'lib/rex/proto/smb/exceptions.rb', line 848 def to_s "The signature sent by the server is not correct" end |