GearmanJob
PHP Manual

GearmanJob::exception

(PECL gearman >= 0.5.0)

GearmanJob::exceptionSend exception for running job

Description

public boolean GearmanJob::exception ( string $exception )

Sends the supplied exception when this job is running.

Parameters

exception

An exception description.

Return Values

Returns TRUE on success or FALSE on failure.

See Also


GearmanJob
PHP Manual