class Rex::Proto::SMB::Exceptions::WritePacket

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 772
def to_s
  "The SMB packet failed to send"
end