Exception: Bzip2::FFI::Error::ParamError

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

Overview

Raised if a parameter passed to libbz2 was out of range or incorrect.

Instance Method Summary collapse

Constructor Details

#initializeParamError

Initializes a new instance of ParamError.



29
30
31
# File 'lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb', line 29

def initialize #:nodoc:
  super('A parameter passed to libbz2 is out of range or incorrect (this may indicate a bug in Bzip2::FFI)')
end