UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

13 lines 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FSqlExceptionConstraint = void 0; const f_sql_exception_js_1 = require("./f_sql_exception.js"); class FSqlExceptionConstraint extends f_sql_exception_js_1.FSqlException { constraintName; constructor(message, constraintName, innerEx) { super(message, innerEx); this.constraintName = constraintName; } } exports.FSqlExceptionConstraint = FSqlExceptionConstraint; //# sourceMappingURL=f_sql_exception_constraint.js.map