Exception: Rex::Poly::Machine::UndefinedPermutation

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rex/poly/machine/machine.rb

Overview

An UndefinedPermutation exception is raised when a permutation can’t render yet as the conditions required are not yet satisfied.

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ UndefinedPermutation

Returns a new instance of UndefinedPermutation.



669
670
671
# File 'lib/rex/poly/machine/machine.rb', line 669

def initialize( msg=nil )
  super
end