UNPKG

@freemework/hosting

Version:

Hosting library of the Freemework Project.

19 lines 818 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FLauncherRestartRequiredException = void 0; const f_launcher_initialize_runtime_exception_js_1 = require("./f_launcher_initialize_runtime_exception.js"); class FLauncherRestartRequiredException extends f_launcher_initialize_runtime_exception_js_1.FLauncherInitializeRuntimeException { exitCode; constructor(opts) { const message = opts?.message !== undefined ? opts.message : null; if (message) { super(message); } else { super(); } this.exitCode = opts?.exitCode !== undefined ? opts.exitCode : 126; } } exports.FLauncherRestartRequiredException = FLauncherRestartRequiredException; //# sourceMappingURL=f_launcher_restart_required_exception.js.map