Skip to content

Commit a2b3bd4

Browse files
iroquetaBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/gxusertype-catch-throwable' into beta
1 parent c837ba1 commit a2b3bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/main/java/com/genexus/GxUserType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected Object getJsonObjectFromHashMap( Object userType) {
4545
jsonObj = new JSONObjectWrapper(jsonString);
4646
}
4747
}
48-
catch(Exception e) {
48+
catch(Throwable e) {
4949
log.error("Could not create Json Object", e);
5050
}
5151
return jsonObj;

0 commit comments

Comments
 (0)