Method: Rex::Poly::InvalidRegisterError#initialize
- Defined in:
- lib/rex/poly/register.rb
#initialize(reg) ⇒ InvalidRegisterError
Initializes the exception with the instance that lead to the generation of the exception such that it can be assigned a register number as needed.
89 90 91 |
# File 'lib/rex/poly/register.rb', line 89 def initialize(reg) @reg = reg end |