@gameye/sdk
Version:
Node.js SDK for Gameye
10 lines • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class MissingConfigurationField extends Error {
constructor(fieldName) {
super(`missing configuration field '${fieldName}'`);
this.fieldName = fieldName;
}
}
exports.MissingConfigurationField = MissingConfigurationField;
//# sourceMappingURL=config.js.map