UNPKG

extendo-error

Version:

Safely and simply extend native Error with prototype chaining support

7 lines (6 loc) 160 B
export default class ExtendoError implements Error { private _message; message: string; readonly name: string; constructor(message?: string); }