Skip to main content
Module

x/typeorm/src/error/PessimisticLockTransactionRequiredError.ts

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

Classes

Thrown when a transaction is required for the current operation, but there is none open.