Try, capturing stack on error.
This is a variant of tryCatch()
that also captures the call
stack if an error occurs.
try_capture_stack(quoted_code, env)
quoted_code |
code to evaluate, in quoted form |
env |
environment in which to execute code |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.