Skip to content

Commit d520539

Browse files
Sabrina Juarez GarciaBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:feature/Update_AzureStorage_SDK' into beta
1 parent 985ad39 commit d520539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gxcloudstorage-azureblob-latest/src/main/java/com/genexus/db/driver/ExternalProviderAzureStorageLatest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,5 +628,6 @@ private void handleAndLogException(String message, Exception ex) {
628628
} else {
629629
logger.error("Unexpected storage error", ex);
630630
}
631+
throw new RuntimeException(ex.getMessage(), ex);
631632
}
632633
}

0 commit comments

Comments
 (0)