Skip to content

Commit 8124787

Browse files
committed
change this exception type to match
1 parent 0c86f70 commit 8124787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlashpointSecurePlayer/Shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,7 @@ public static string GetEnvironmentVariablePreference(List<string> names) {
20692069
throw new Exceptions.TaskRequiresElevationException("Getting the \"" + name + "\" Environment Variable requires elevation.");
20702070
} catch (Exception ex) {
20712071
Exceptions.LogExceptionToLauncher(ex);
2072-
throw new Exceptions.InvalidEnvironmentVariablesException("Failed to get the \"" + name + "\" Environment Variable.");
2072+
throw new Exceptions.FlashpointProxyException("Could not get the \"" + name + "\" Environment Variable.");
20732073
}
20742074

20752075
if (preferenceString != null) {

0 commit comments

Comments
 (0)