Exception: PatientHttp::UnknownProcessorError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/patient_http.rb

Overview

Raised when a request names a processor that is not configured. Handlers that support named processors raise this at enqueue time; the executing side raises it for a job that names an unconfigured processor so the job lands in the job system's retry mechanism instead of being dropped.