ri_cal
ri_cal copied to clipboard
Parsing error should not raise Exception but rather Error inherited from StandardError
Hi, just came across an small issue when an ics file cannot be parsed. I think it is better to raise an Error based on StandardError rather than an Exception. For a more elaborate explanation please see here:
http://www.skorks.com/2009/09/ruby-exceptions-and-exception-handling/
Thanks!! Jürgen
+1
👍