@freemework/hosting
Version:
Hosting library of the Freemework Project.
8 lines • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FLauncherException = void 0;
const common_1 = require("@freemework/common");
class FLauncherException extends common_1.FException {
}
exports.FLauncherException = FLauncherException;
//# sourceMappingURL=f_launcher_exception.js.map