Sha256: 868b8fd7e1bc288ce874e34c59564c8aeba9d0c37f64f896ffe0857d5778ba72

Contents?: true

Size: 399 Bytes

Versions: 7

Compression:

Stored size: 399 Bytes

Contents

# frozen_string_literal: true

class DarwinCore
  class Error < RuntimeError; end

  class FileNotFoundError < Error; end

  class UnpackingError < Error; end

  class InvalidArchiveError < Error; end

  class CoreFileError < Error; end

  class ExtensionFileError < Error; end

  class GeneratorError < Error; end

  class ParentNotCurrentError < Error; end

  class EncodingError < Error; end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dwc-archive-1.1.9 lib/dwc_archive/errors.rb
dwc-archive-1.1.7 lib/dwc_archive/errors.rb
dwc-archive-1.1.6 lib/dwc_archive/errors.rb
dwc-archive-1.1.5 lib/dwc_archive/errors.rb
dwc-archive-1.1.4 lib/dwc_archive/errors.rb
dwc-archive-1.1.3 lib/dwc_archive/errors.rb
dwc-archive-1.1.2 lib/dwc_archive/errors.rb