PHP 클래스 Predis\Transaction\AbortedMultiExecException

저자: Daniele Alessandri ([email protected])
상속: extends Predis\PredisException
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
__construct ( MultiExec $transaction, string $message, integer $code = null )
getTransaction ( ) : MultiExec Returns the transaction that generated the exception.

메소드 상세

__construct() 공개 메소드

public __construct ( MultiExec $transaction, string $message, integer $code = null )
$transaction MultiExec Transaction that generated the exception.
$message string Error message.
$code integer Error code.

getTransaction() 공개 메소드

Returns the transaction that generated the exception.
public getTransaction ( ) : MultiExec
리턴 MultiExec