Exception: Rex::Poly::Machine::UnallowedPermutation

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ UnallowedPermutation

Returns a new instance of UnallowedPermutation.



679
680
681
# File 'lib/rex/poly/machine/machine.rb', line 679

def initialize( msg=nil )
  super
end