We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe66aa commit f10063fCopy full SHA for f10063f
1 file changed
index.js
@@ -57,6 +57,7 @@ if (typeof global !== 'undefined') {
57
global.ApplicationError = ApplicationError;
58
}
59
module.exports = ApplicationError;
60
+module.exports.ApplicationError = ApplicationError;
61
62
/* eslint-disable no-extend-native */
63
Error.create = function(errorObject, code) {
0 commit comments