lib/dispatch-rider/error_handlers.rb in dispatch-rider-1.9.0 vs lib/dispatch-rider/error_handlers.rb in dispatch-rider-2.0.0
- old
+ new
@@ -1,6 +1,5 @@
module DispatchRider
-
# This is the default error handler for dispatch rider.
# It simply re-raises the exception.
module DefaultErrorHandler
def self.call(message, exception)
raise exception