Exception: Msf::BadGenerateError
- Inherits:
-
EncodingError
- Object
- RuntimeError
- EncodingError
- Msf::BadGenerateError
- Defined in:
- lib/msf/core/exception.rb
Overview
Thrown when an encoder fails to generate a valid opcode sequence.
Instance Method Summary collapse
-
#initialize(msg = "A valid opcode permutation could not be found.") ⇒ BadGenerateError
constructor
A new instance of BadGenerateError.
Constructor Details
#initialize(msg = "A valid opcode permutation could not be found.") ⇒ BadGenerateError
Returns a new instance of BadGenerateError.
148 149 150 |
# File 'lib/msf/core/exception.rb', line 148 def initialize(msg="A valid opcode permutation could not be found.") super(msg) end |