????

Your IP : 3.137.165.75


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/cron/dist/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/cron/dist/errors.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExclusiveParametersError = void 0;
class ExclusiveParametersError extends Error {
    constructor(param1, param2) {
        super(`You can't specify both ${param1} and ${param2}`);
    }
}
exports.ExclusiveParametersError = ExclusiveParametersError;
//# sourceMappingURL=errors.js.map