Rdocumentation
powered by
Learn R Programming
testthat (version 0.2)
try_capture_stack: Try, capture stack on error.
Description
Try, capture stack on error.
Usage
try_capture_stack(quoted_code, env)
Arguments
quoted_code
code to evaluate, in quoted form
env
environment in which to execute code
Details
This is a variant of
tryCatch
that also captures the call stack if an error occurs.