Method: ActiveJob::Core#enqueue_error
- Defined in:
- activejob/lib/active_job/core.rb
#enqueue_error ⇒ Object
Track any exceptions raised by the backend so callers can inspect the errors.
56 57 58 |
# File 'activejob/lib/active_job/core.rb', line 56 def enqueue_error @enqueue_error end |