toString()}' not found", (int) QueueErrorCode::JOB_NOT_FOUND->value ); } public static function inQueue(JobId $jobId, string $queueName): self { return new self( "Job '{$jobId->toString()}' not found in queue '{$queueName}'", (int) QueueErrorCode::JOB_NOT_FOUND->value ); } }