class Rex::Proto::SMB::Exceptions::SigningError

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 841
def to_s
  "Unable to handle signing in this situation"
end