class MissingEnvVarsError extends ErrorView codeError thrown in load and loadSync when required environment variables are missing. Constructorsnew MissingEnvVarsError(message: string,missing: string[])View codeConstructs a new instance. Propertiesmissing: string[]View codeThe keys of the missing environment variables.