Skip to main content
Module

x/typeorm/src/error/TransactionNotStartedError.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/TransactionNotStartedError.ts";

Classes

Thrown when transaction is not started yet and user tries to run commit or rollback.