UNPKG

@freemework/hosting

Version:

Hosting library of the Freemework Project.

8 lines 316 B
"use strict"; 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