lib/epubinfo/utils.rb in epubinfo-0.3.3 vs lib/epubinfo/utils.rb in epubinfo-0.3.4

- old
+ new

@@ -9,7 +9,9 @@ when 2 Date.strptime(date_str, '%Y-%m-%d') end end end + + class NotAnEPUBFileError < StandardError; end end