class Rex::Proto::SMB::Exceptions::InvalidCommand
Public Instance Methods
to_s()
click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 801 def to_s "The server responded with unimplemented command " + self.command.to_s + ' with WordCount ' + self.word_count.to_s end