UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

8 lines (7 loc) 190 B
export declare class RuntimeError extends Error { message: string; cause?: Error; constructor(message: string, cause?: Error); getMessage(): string; getCause(): Error; }