class Interrupt
Ruby on Rails 8.1.2
Since v8.1.2Raised 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.
Inherits from
Methods (inherited)
From Exception
(1)
- # as_json
From Object
(17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with
- # with_options
From ActiveSupport::NumericWithFormat
(2)
- # to_formatted_s
- # to_fs