Exception: ActiveJob::Continuation::Interrupt
- Inherits:
-
Exception
- Object
- Exception
- ActiveJob::Continuation::Interrupt
- Defined in:
- 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.