UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

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