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