"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.throwException = void 0;
const error_1 = require("./error");
Object.defineProperty(exports, "throwException", { enumerable: true, get: function () { return error_1.throwException; } });