typeorm
Version:
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.
13 lines (11 loc) • 499 B
JavaScript
import { __extends } from "tslib";
import { TypeORMError } from "./TypeORMError";
var NestedSetMultipleRootError = /** @class */ (function (_super) {
__extends(NestedSetMultipleRootError, _super);
function NestedSetMultipleRootError() {
return _super.call(this, "Nested sets do not support multiple root entities.") || this;
}
return NestedSetMultipleRootError;
}(TypeORMError));
export { NestedSetMultipleRootError };
//# sourceMappingURL=NestedSetMultipleRootError.js.map