Exception: Msf::BadGenerateError

Inherits:
EncodingError show all
Defined in:
lib/msf/core/exception.rb

Overview

Thrown when an encoder fails to generate a valid opcode sequence.

Instance Method Summary collapse

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