Exception: Bzip2::FFI::Error::MemoryError

Inherits:
Bzip2Error
  • Object
show all
Defined in:
lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb

Overview

Raised if a failure occurred allocating memory to complete a request.

Instance Method Summary collapse

Constructor Details

#initializeMemoryError

Initializes a new instance of MemoryError.



39
40
41
# File 'lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb', line 39

def initialize #:nodoc:
  super('Could not allocate enough memory to perform this request')
end