Exception: Bzip2::FFI::Error::UnexpectedEofError

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

Constructor Details

#initializeUnexpectedEofError

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