UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

8 lines 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FLimitException = void 0; const f_exception_js_1 = require("../exception/f_exception.js"); class FLimitException extends f_exception_js_1.FException { } exports.FLimitException = FLimitException; //# sourceMappingURL=f_limit_exception.js.map