UNPKG
liveperson-functions-cli
Version:
alpha (2.0.1-alpha)
beta (2.0.6-beta)
latest (1.31.13)
2.0.6-beta
2.0.5-beta
2.0.4-beta
2.0.3-beta
2.0.2-beta
2.0.1-alpha
2.0.0-alpha
1.31.13
1.31.12
1.31.11
1.31.10
1.31.9
1.31.7
1.31.5
1.31.3
1.31.2
1.31.1
1.31.0
1.30.0
1.29.0
1.28.0
1.27.1
1.27.0
1.25.1
1.21.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
LivePerson Functions CLI
github.com/LivePersonInc/faas-cli
LivePersonInc/faas-cli
liveperson-functions-cli
/
lib
/
shared
/
lp-faas-toolbelt
/
errors
/
secretError.js
11 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
SecretError
=
void
0
;
class
SecretError
extends
Error
{
constructor
(
code, message
) {
super
(message);
this
.
code
= code; } }
exports
.
SecretError
=
SecretError
;
//# sourceMappingURL=secretError.js.map