????

Your IP : 18.217.119.115


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/CircularRelationsError.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CircularRelationsError = void 0;
const TypeORMError_1 = require("./TypeORMError");
/**
 * Thrown when circular relations detected with nullable set to false.
 */
class CircularRelationsError extends TypeORMError_1.TypeORMError {
    constructor(path) {
        super(`Circular relations detected: ${path}. To resolve this issue you need to ` +
            `set nullable: true somewhere in this dependency structure.`);
    }
}
exports.CircularRelationsError = CircularRelationsError;

//# sourceMappingURL=CircularRelationsError.js.map