UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

9 lines (8 loc) 266 B
/** * @namespace Error * @description Static Manager Error */ import { ImbricateError } from "../imbricate-error"; export declare class ImbricateStaticManagerError extends ImbricateError { protected constructor(message: string, type: string, reason?: any); }