Exception: AIX::Errlog::Errors::EnumeratorError
- Inherits:
-
StandardError
- Object
- StandardError
- AIX::Errlog::Errors::EnumeratorError
- Defined in:
- lib/aix/errlog/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ EnumeratorError
constructor
A new instance of EnumeratorError.
Constructor Details
#initialize ⇒ EnumeratorError
Returns a new instance of EnumeratorError.
5 6 7 |
# File 'lib/aix/errlog/errors.rb', line 5 def initialize super 'Do not nest enumerators, or invoke another one while the first is still active.' end |