Exception: Arq::FailureError

Inherits:
Exception
  • Object
show all
Defined in:
lib/arq/errors.rb

Overview

Raised internally in [Arq::Runnable#fail!] to escape the current action. FailureError extends from Exception to avoid being rescued as a StandardError. rubocop:disable Lint/InheritException