Exception: Bzip2::FFI::Error::UnexpectedEofError
- Inherits:
-
Bzip2Error
- Object
- IOError
- Bzip2Error
- Bzip2::FFI::Error::UnexpectedEofError
- Defined in:
- lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb
Overview
Raised if an end of file (EOF) condition was detected before the end of the logical bzip2 stream.
Instance Method Summary collapse
-
#initialize ⇒ UnexpectedEofError
constructor
Initializes a new instance of UnexpectedEofError.
Constructor Details
#initialize ⇒ UnexpectedEofError
Initializes a new instance of UnexpectedEofError.
86 87 88 |
# File 'lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb', line 86 def initialize #:nodoc: super('EOF was detected before the end of the logical stream') end |