Exception: Postburner::Job::OrphanedJobError

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/postburner/job.rb

Overview

Exception raised when attempting to perform or enqueue an orphaned job whose original class no longer exists in the application.

Examples:

job = Postburner::Job.find(id)  # loads as OrphanedJob if class is gone
job.perform  # => raises OrphanedJobError