Predis\Transaction\AbortedMultiExecException::__construct PHP Метод

__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.
    public function __construct(MultiExec $transaction, $message, $code = null)
    {
        parent::__construct($message, $code);
        $this->transaction = $transaction;
    }
AbortedMultiExecException