Commit dac29dd
Hugh Delaney
Add try catches to anything that can throw
UR_CHECK_ERROR must be called within a try catch block, as it can throw.
For functions that don't return a `ur_result_handle_t`, and which might
throw, make sure these funcs are only called within try catches in the
caller funcs, and that they are not exposed to the user.1 parent f3e96d3 commit dac29dd
2 files changed
Lines changed: 543 additions & 557 deletions
0 commit comments