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