instance method
original_exception
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v5.0.7.2Signature
original_exception()
The original exception that was raised during deserialization of job arguments.
Source
# File activejob/lib/active_job/arguments.rb, line 20
def original_exception
ActiveSupport::Deprecation.warn("#original_exception is deprecated. Use #cause instead.", caller)
cause
end
Defined in activejob/lib/active_job/arguments.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::DeserializationError