lib/dwc-archive/errors.rb in dwc-archive-0.1.6 vs lib/dwc-archive/errors.rb in dwc-archive-0.2.0
- old
+ new
@@ -1,6 +1,7 @@
class DarwinCore
class Error < RuntimeError; end
class FileNotFoundError < Error; end
class UnpackingError < Error; end
class InvalidArchiveError < Error; end
+ class CoreFileError < Error; end
end