exe/rbnotes in rbnotes-0.2.2 vs exe/rbnotes in rbnotes-0.3.0

- old
+ new

@@ -15,9 +15,9 @@ app = App.new begin app.run(ARGV) rescue MissingArgumentError, MissingTimestampError, - NoEditorError, ProgramAbortError => e + InvalidTimestampStringError, NoEditorError, ProgramAbortError => e puts e.message exit 1 end