Sha256: bf7d762a9a7291c205862b990a87244240d522cc77dcd70bfb8f3777eea69627

Contents?: true

Size: 282 Bytes

Versions: 6

Compression:

Stored size: 282 Bytes

Contents

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
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dwc-archive-0.4.3 lib/dwc-archive/errors.rb
dwc-archive-0.4.2 lib/dwc-archive/errors.rb
dwc-archive-0.4.1 lib/dwc-archive/errors.rb
dwc-archive-0.4.0 lib/dwc-archive/errors.rb
dwc-archive-0.3.1 lib/dwc-archive/errors.rb
dwc-archive-0.3.0 lib/dwc-archive/errors.rb