slim-ef
Version:
An implementation of basic entity framework functionnalities in typescript
10 lines • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SQLQuerySpecificationException = void 0;
class SQLQuerySpecificationException extends Error {
constructor(message) {
super(message);
}
}
exports.SQLQuerySpecificationException = SQLQuerySpecificationException;
//# sourceMappingURL=exception.js.map