UNPKG

graphdb-workbench

Version:
6 lines (5 loc) 157 B
export declare abstract class ErrorBase extends Error { private readonly text?; constructor(text?: string | undefined); get message(): string; }