Exception: Zip::Bzip2::MemError
- Defined in:
- lib/zip/bzip2/errors.rb
Overview
Raised if a failure occurred allocating memory to complete a request.
Instance Method Summary collapse
-
#initialize ⇒ MemError
constructor
Initializes a new instance of MemError.
Constructor Details
#initialize ⇒ MemError
Initializes a new instance of MemError.
14 15 16 |
# File 'lib/zip/bzip2/errors.rb', line 14 def initialize # :nodoc: super('Could not allocate enough memory to perform this request') end |