Exception: Metasploit::Framework::Compiler::Mingw::CompiledPayloadNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/metasploit/framework/compiler/mingw.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Compiled executable not found') ⇒ CompiledPayloadNotFoundError

Returns a new instance of CompiledPayloadNotFoundError.



131
132
133
# File 'lib/metasploit/framework/compiler/mingw.rb', line 131

def initialize(msg='Compiled executable not found')
  super(msg)
end