Exception: AIX::Errlog::Errors::NoMem

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NoMem

Returns a new instance of NoMem.



22
23
24
# File 'lib/aix/errlog/errors.rb', line 22

def initialize(message)
  super "Memory could not be allocated.  Detail: #{message}"
end