Sha256: 00ff6a0401c2d61aef9c291dff8507dee3482e667d20364eba1b2daddf4182f0

Contents?: true

Size: 583 Bytes

Versions: 57

Compression:

Stored size: 583 Bytes

Contents

module Zip
  class Error < StandardError; end
  class EntryExistsError < Error; end
  class DestinationFileExistsError < Error; end
  class CompressionMethodError < Error; end
  class EntryNameError < Error; end
  class InternalError < Error; end
  class GPFBit3Error < Error; end

  # Backwards compatibility with v1 (delete in v2)
  ZipError = Error
  ZipEntryExistsError = EntryExistsError
  ZipDestinationFileExistsError = DestinationFileExistsError
  ZipCompressionMethodError = CompressionMethodError
  ZipEntryNameError = EntryNameError
  ZipInternalError = InternalError
end

Version data entries

57 entries across 46 versions & 5 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.3/lib/zip/errors.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/rubyzip-1.2.1/lib/zip/errors.rb
vagrant-unbundled-2.2.6.2 vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/errors.rb
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/errors.rb
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/errors.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/rubyzip-1.2.2/lib/zip/errors.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/errors.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.2/lib/zip/errors.rb
rubyzip-1.2.4 lib/zip/errors.rb
rubyzip-1.2.3 lib/zip/errors.rb
tdiary-5.0.13 vendor/bundle/gems/rubyzip-1.2.2/lib/zip/errors.rb
tdiary-5.0.12.1 vendor/bundle/gems/rubyzip-1.2.2/lib/zip/errors.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/rubyzip-1.2.2/lib/zip/errors.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.2/lib/zip/errors.rb
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/rubyzip-1.2.2/lib/zip/errors.rb
tdiary-5.0.11 vendor/bundle/gems/rubyzip-1.2.1/lib/zip/errors.rb
tdiary-5.0.11 vendor/bundle/gems/rubyzip-1.2.2/lib/zip/errors.rb
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/rubyzip-1.2.2/lib/zip/errors.rb
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/rubyzip-1.2.2/lib/zip/errors.rb
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/rubyzip-1.2.2/lib/zip/errors.rb