class AIX::Errlog::Errors::EnumeratorError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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