Stop suppressing exceptions

This commit is contained in:
Cameron Gutman
2019-01-01 23:28:41 -08:00
parent 05e4792d6f
commit 0220dd921a
3 changed files with 61 additions and 37 deletions
@@ -288,6 +288,7 @@ public class NvHTTP {
client.setSslSocketFactory(sc.getSocketFactory());
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}