lib/knj/errors.rb in knjrbfw-0.0.98 vs lib/knj/errors.rb in knjrbfw-0.0.99

- old
+ new

@@ -4,9 +4,12 @@ class Notice < StandardError; end #An error that specifies that the caller should retry the operation. class Retry < StandardError; end + #An error that specifies that the current entry should be skipped. + class Skip < StandardError; end + #Returns a string describing the given error. Possible arguments can be given if you want the returned string formatted as HTML. # #===Examples # begin # raise 'test' \ No newline at end of file