Exception: Bzip2::FFI::Error::ConfigError
- Inherits:
-
Bzip2Error
- Object
- IOError
- Bzip2Error
- Bzip2::FFI::Error::ConfigError
- Defined in:
- lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb
Overview
Raised if libbz2 detects that it has been improperly compiled.
Instance Method Summary collapse
-
#initialize ⇒ ConfigError
constructor
Initializes a new instance of ConfigError.
Constructor Details
#initialize ⇒ ConfigError
Initializes a new instance of ConfigError.
72 73 74 |
# File 'lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb', line 72 def initialize #:nodoc: super('libbz2 has been improperly compiled on your platform') end |