Exception: Metasploit::Framework::Compiler::Mingw::CompiledPayloadNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Metasploit::Framework::Compiler::Mingw::CompiledPayloadNotFoundError
- Defined in:
- lib/metasploit/framework/compiler/mingw.rb
Instance Method Summary collapse
-
#initialize(msg = 'Compiled executable not found') ⇒ CompiledPayloadNotFoundError
constructor
A new instance of CompiledPayloadNotFoundError.
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 |