Merge branch '2.2.x'

This commit is contained in:
spencergibb
2020-11-10 13:31:12 -05:00

View File

@@ -340,7 +340,7 @@ public class ConfigClientProperties {
return result;
}
catch (MalformedURLException e) {
throw new IllegalStateException("Invalid URL: " + uri);
throw new IllegalStateException("Invalid URL: " + uri, e);
}
}