GraphAware\Neo4j\Client\HttpDriver\Transaction::assertStarted PHP Метод

assertStarted() приватный Метод

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