-
hello ,can someone help look this question in the issue_case.py script,the following code can throw a Python exception normally
However, the following code cannot throw a Python exception
Is there something I'm missing? Can anyone offer some advice? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
wuwao1
Sep 29, 2022
Replies: 1 comment
-
add try...catch... in cpp source code and now it work well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wuwao1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add try...catch... in cpp source code and now it work well.