Exception: AIX::Errlog::Errors::EnumeratorError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aix/errlog/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeEnumeratorError

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