Predis\Transaction\AbortedMultiExecException::getTransaction PHP Method

getTransaction() public method

Returns the transaction that generated the exception.
public getTransaction ( ) : MultiExec
return MultiExec
    public function getTransaction()
    {
        return $this->transaction;
    }
AbortedMultiExecException