lib/raven/error.rb in sentry-raven-0.2 vs lib/raven/error.rb in sentry-raven-0.3

- old
+ new

@@ -1,6 +1,6 @@ module Raven - class Error < Exception + class Error < StandardError end end