Exception: Bzip2::FFI::Error::SequenceError

Inherits:
Bzip2Error
  • Object
show all
Defined in:
lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb

Overview

Raised if libbz2 functions were called out of sequence or with data structures in incorrect states.

Instance Method Summary collapse

Constructor Details

#initializeSequenceError

Initializes a new instance of SequenceError.



19
20
21
# File 'lib/facter/util/bzip2-ffi-1.1.0/lib/bzip2/ffi/error.rb', line 19

def initialize #:nodoc:
  super('libbz2 functions called out of sequence or with data structures in incorrect states (this is likely to be caused by a bug in Bzip2::FFI)')
end