@freemework/common
Version:
Common library of the Freemework Project.
8 lines • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FCancellationException = void 0;
const index_js_1 = require("../exception/index.js");
class FCancellationException extends index_js_1.FException {
}
exports.FCancellationException = FCancellationException;
//# sourceMappingURL=f_cancellation_exception.js.map