initial
This commit is contained in:
4
dist/index.d.ts
vendored
Normal file
4
dist/index.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
export declare class SmartError extends Error {
|
||||
name: string;
|
||||
constructor(errorMessageArg: string);
|
||||
}
|
10
dist/index.js
vendored
Normal file
10
dist/index.js
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
class SmartError extends Error {
|
||||
constructor(errorMessageArg) {
|
||||
super(errorMessageArg);
|
||||
this.name = 'SmartError';
|
||||
}
|
||||
}
|
||||
exports.SmartError = SmartError;
|
||||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUVBLGdCQUF3QixTQUFRLEtBQUs7SUFFbkMsWUFBYSxlQUF1QjtRQUNsQyxLQUFLLENBQUMsZUFBZSxDQUFDLENBQUE7UUFGeEIsU0FBSSxHQUFHLFlBQVksQ0FBQTtJQUduQixDQUFDO0NBQ0Y7QUFMRCxnQ0FLQyJ9
|
1
dist/smarterror.plugins.d.ts
vendored
Normal file
1
dist/smarterror.plugins.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
import 'typings-global';
|
4
dist/smarterror.plugins.js
vendored
Normal file
4
dist/smarterror.plugins.js
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
require("typings-global");
|
||||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRlcnJvci5wbHVnaW5zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvc21hcnRlcnJvci5wbHVnaW5zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsMEJBQXVCIn0=
|
Reference in New Issue
Block a user