UNPKG

216 BTypeScriptView Raw
1/**
2 * Thrown when a transaction is required for the current operation, but there is none open.
3 */
4export declare class PessimisticLockTransactionRequiredError extends Error {
5 name: string;
6 constructor();
7}