Skip to content

Commit

Permalink
Print error message if an exception is thrown for FieldAccessParser
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl3nd committed Oct 18, 2024
1 parent 00340ec commit 9356ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else if (vd.isParameter())
}
catch (Exception e)
{
throw new RuntimeException(e);
printException(expr, e);
}
}
}
Expand Down

0 comments on commit 9356ebf

Please sign in to comment.