class Rex::Poly::Machine::UnallowedPermutation

An UnallowedPermutation exception is raised when a permutation can’t ever render as the conditions supplied are impossible to satisfy.

Public Class Methods

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