Exception: Rex::Poly::Machine::UnallowedPermutation
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RuntimeError
- Rex::Poly::Machine::UnallowedPermutation
- 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
-
#initialize(msg = nil) ⇒ UnallowedPermutation
constructor
A new instance of UnallowedPermutation.
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 |