mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
Update Docs
This commit is contained in:
parent
c906d1ed08
commit
f69330d637
6 changed files with 15 additions and 9 deletions
|
@ -16,6 +16,7 @@ class Resque_Failure_Redis implements Resque_Failure_Interface
|
|||
* @param object $exception Instance of the exception that was thrown by the failed job.
|
||||
* @param object $worker Instance of Resque_Worker that received the job.
|
||||
* @param string $queue The name of the queue the job was fetched from.
|
||||
* @throws Resque_RedisException
|
||||
*/
|
||||
public function __construct($payload, $exception, $worker, $queue)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue