UNPKG

199 BTypeScriptView Raw
1/**
2 * Thrown when transaction is not started yet and user tries to run commit or rollback.
3 */
4export declare class TransactionNotStartedError extends Error {
5 name: string;
6 constructor();
7}