Documentation

AbortedMultiExecException extends PredisException
in package

Exception class that identifies a MULTI / EXEC transaction aborted by Redis.

Tags
author

Daniele Alessandri suppakilla@gmail.com

Table of Contents

$transaction  : mixed
__construct()  : mixed
getTransaction()  : MultiExec
Returns the transaction that generated the exception.

Properties

Methods

__construct()

public __construct(MultiExec $transaction, string $message[, int $code = null ]) : mixed
Parameters
$transaction : MultiExec

Transaction that generated the exception.

$message : string

Error message.

$code : int = null

Error code.

Return values
mixed

Search results