docorm
Version:
Persistence layer with ORM features for JSON documents
11 lines • 426 B
TypeScript
export declare class PersistenceError extends Error {
context: object | undefined;
innerError: any;
constructor(message: any, context?: object | undefined, innerError?: any);
}
export declare class InternalError extends Error {
context: object | undefined;
innerError: any;
constructor(message: string | undefined, context?: object | undefined, innerError?: any);
}
//# sourceMappingURL=errors.d.ts.map