UNPKG
netpower-js
Version:
latest (1.0.1)
1.0.1
A common library that can be used for fe and be
netpower-js
/
lib
/
error.js
13 lines
•
339 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Error
=
void
0
;
var
Error
=
/**
@class
*/
(
function
(
) {
function
Error
(
) {
this
.
message
=
''
;
this
.
code
=
''
;
this
.
stack
=
''
; }
return
Error
; }());
exports
.
Error
=
Error
;
//# sourceMappingURL=error.js.map