Latest updates from IceHrmPro
This commit is contained in:
9
web/node_modules/antd/es/_util/unreachableException.js
generated
vendored
Normal file
9
web/node_modules/antd/es/_util/unreachableException.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
||||
|
||||
var UnreachableException = function UnreachableException(value) {
|
||||
_classCallCheck(this, UnreachableException);
|
||||
|
||||
return new Error("unreachable case: ".concat(JSON.stringify(value)));
|
||||
};
|
||||
|
||||
export { UnreachableException as default };
|
||||
Reference in New Issue
Block a user