resurgence-data 1.0.7 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
package/dist/exception/index.js
CHANGED
@@ -20,3 +20,4 @@ __exportStar(require("./authentication.exception"), exports);
|
|
20
20
|
__exportStar(require("./authorization.exception"), exports);
|
21
21
|
__exportStar(require("./database.exception"), exports);
|
22
22
|
__exportStar(require("./integration.exception"), exports);
|
23
|
+
__exportStar(require("./process.exception"), exports);
|
@@ -0,0 +1,7 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IncompleteProcessException = void 0;
|
4
|
+
const exception_1 = require("./exception");
|
5
|
+
class IncompleteProcessException extends exception_1.Exception {
|
6
|
+
}
|
7
|
+
exports.IncompleteProcessException = IncompleteProcessException;
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED