diff --git a/src/config-array.js b/src/config-array.js index cd1d1a2..f9f130d 100644 --- a/src/config-array.js +++ b/src/config-array.js @@ -91,7 +91,6 @@ function getConfigName(config) { * @param {number} index The index of the config object in the array. * @param {Error} error The error to rethrow. * @throws {ConfigError} When the error is rethrown for a config. - * @throws {BaseConfigError} When the error is rethrown for a base config. */ function rethrowConfigError(config, index, error) { const configName = getConfigName(config, index);