UNPKG

@gameye/sdk

Version:
10 lines 356 B
"use strict"; 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