UNPKG

424 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class RelationalDBParsingException extends Error {
4 constructor(message, stack) {
5 super(message);
6 Object.setPrototypeOf(this, RelationalDBParsingException.prototype);
7 this.stack = stack;
8 }
9}
10exports.RelationalDBParsingException = RelationalDBParsingException;
11//# sourceMappingURL=RelationalDBParsingException.js.map
\No newline at end of file