Exception: Bzip2::FFI::Error::MemoryError
- Inherits:
-
Bzip2Error
- Object
- IOError
- Bzip2Error
- Bzip2::FFI::Error::MemoryError
- 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
-
#initialize ⇒ MemoryError
constructor
Initializes a new instance of MemoryError.
Constructor Details
#initialize ⇒ MemoryError
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 |