class Rex::Proto::SMB::Exceptions::UnknownDialect

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 778
def to_s
  "The server uses an unsupported SMB dialect"
end