class Rex::Poly::Machine::UndefinedPermutation

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

Public Class Methods

new( msg=nil ) click to toggle source
Calls superclass method
# File lib/rex/poly/machine/machine.rb, line 668
def initialize( msg=nil )
  super
end