Exception: Bzip2::FFI::Error::ConfigError

Inherits:
Bzip2Error
  • Object
show all
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

Constructor Details

#initializeConfigError

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