Exception: Bzip2::FFI::Error::DataError
- Inherits:
-
Bzip2Error
- Object
- IOError
- Bzip2Error
- Bzip2::FFI::Error::DataError
- Defined in:
- lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb
Overview
Raised if a data integrity error is detected (a mismatch between stored and computed CRCs or another anomaly in the compressed data).
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ DataError
constructor
Initializes a new instance of DataError.
Constructor Details
#initialize(message = nil) ⇒ DataError
Initializes a new instance of DataError.
51 52 53 |
# File 'lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb', line 51 def initialize( = nil) #:nodoc: super( || 'Data integrity error detected (mismatch between stored and computed CRCs, or other anomaly in the compressed data)') end |