smarterror/dist/index.d.ts

5 lines
110 B
TypeScript
Raw Normal View History

2017-06-09 12:59:36 +00:00
export declare class SmartError extends Error {
name: string;
constructor(errorMessageArg: string);
}