Predis\Transaction\AbortedMultiExecException::getTransaction PHP Méthode

getTransaction() public méthode

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