GraphAware\Neo4j\Client\HttpDriver\Transaction::assertStarted PHP Method

assertStarted() private method

private assertStarted ( )
    private function assertStarted()
    {
        if ($this->state !== self::OPENED) {
            throw new \RuntimeException('This transaction has not been started');
            //$this->begin();
        }
    }