powered by
This is a variant of tryCatch() that also captures the call stack if an error occurs.
tryCatch()
try_capture_stack(quoted_code, env)
code to evaluate, in quoted form
environment in which to execute code