Exception: AIX::Errlog::Errors::NoMem
- Inherits:
-
ErrlogError
- Object
- StandardError
- ErrlogError
- AIX::Errlog::Errors::NoMem
- Defined in:
- lib/aix/errlog/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ NoMem
constructor
A new instance of NoMem.
Constructor Details
#initialize(message) ⇒ NoMem
Returns a new instance of NoMem.
22 23 24 |
# File 'lib/aix/errlog/errors.rb', line 22 def initialize() super "Memory could not be allocated. Detail: #{message}" end |