UNPKG

nowjs-core

Version:

NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence

10 lines (9 loc) 255 B
export declare class ErrorBase extends Error { private innerError?; constructor(message: string, innerError?: Error); get Message(): string; get Stack(): string; get InnerError(): Error; toJSON(): string; toString(): string; }