UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

10 lines (9 loc) 287 B
/** * @author WMXPY * @namespace Error * @description Database Manager Error */ import { ImbricateError } from "../imbricate-error"; export declare class ImbricateDatabaseManagerError extends ImbricateError { protected constructor(message: string, type: string, reason?: any); }