mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add doc for original_exception in ActiveJob::DeserializationError [ci skip]
This commit is contained in:
parent
785cb9fe75
commit
b66dcc1f86
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ module ActiveJob
|
|||
#
|
||||
# Wraps the original exception raised as +original_exception+.
|
||||
class DeserializationError < StandardError
|
||||
# The original exception that was raised during deserialization of job
|
||||
# arguments.
|
||||
attr_reader :original_exception
|
||||
|
||||
def initialize(e) #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue