GearmanJob::sendException

(PECL gearman >= 0.6.0)

GearmanJob::sendExceptionSend exception for running job (exception)

Descrição

public GearmanJob::sendException(string $exception): bool

Sends the supplied exception when this job is running.

Parâmetros

exception

An exception description.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também