Exception: Zip::Bzip2::ConfigError
- Defined in:
- lib/zip/bzip2/errors.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.
51 52 53 |
# File 'lib/zip/bzip2/errors.rb', line 51 def initialize # :nodoc: super('libbz2 has been improperly compiled on your platform') end |