Update exception catch

* Update exception catch
This commit is contained in:
abraunegg 2018-07-26 09:56:21 +10:00
parent 8e11c5e90b
commit a58ceebaaf

View file

@ -427,7 +427,7 @@ final class OneDriveApi
try {
http.perform();
} catch (CurlTimeoutException e) {
} catch (CurlException e) {
// Potentially Timeout was reached on handle error
log.error("\nAccess to the Microsoft OneDrive service timed out - Internet connectivity issue?\n");
exit(-1);