class MetasploitPayloads::HashMismatchError
Error
raised when a Metasploit Payloads file’s hash does not match what is defined in the manifest file.
Attributes
Public Class Methods
Source
# File lib/metasploit-payloads/error.rb, line 31 def initialize(path = '') @path = path super("Meterpreter path #{@path} does not match the hash defined in the Metasploit Payloads manifest file.") end
Calls superclass method