UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

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