Skip to content

Commit bb72082

Browse files
author
Sabrina Juarez Garcia
committed
Throw errors to be captured and sent to final user.
1 parent 4715c4c commit bb72082

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)