We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c86f70 commit 8124787Copy full SHA for 8124787
FlashpointSecurePlayer/Shared.cs
@@ -2069,7 +2069,7 @@ public static string GetEnvironmentVariablePreference(List<string> names) {
2069
throw new Exceptions.TaskRequiresElevationException("Getting the \"" + name + "\" Environment Variable requires elevation.");
2070
} catch (Exception ex) {
2071
Exceptions.LogExceptionToLauncher(ex);
2072
- throw new Exceptions.InvalidEnvironmentVariablesException("Failed to get the \"" + name + "\" Environment Variable.");
+ throw new Exceptions.FlashpointProxyException("Could not get the \"" + name + "\" Environment Variable.");
2073
}
2074
2075
if (preferenceString != null) {
0 commit comments