Exception: ActiveJob::Continuation::Interrupt
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::Exception
|
|
|
Instance Chain:
self,
::Exception
|
|
| Inherits: | Exception |
| Defined in: | activejob/lib/active_job/continuation.rb |
Overview
Raised when a job is interrupted, allowing Active Job to requeue it. This inherits from ::Exception rather than StandardError, so it’s not caught by normal exception handling.