lib/rocket_job/job_exception.rb in rocketjob-1.1.2 vs lib/rocket_job/job_exception.rb in rocketjob-1.1.3
- old
+ new
@@ -12,10 +12,10 @@
# Exception message
key :message, String
# Exception Backtrace [Array<String>]
- key :backtrace, Array, default: []
+ key :backtrace, Array
# Name of the worker on which this exception occurred
key :worker_name, String
# The record within which this exception occurred