Expand description
Support for capturing stack backtraces
This module contains the support for capturing a stack backtrace through
the Backtrace type. Backtraces are helpful to attach to errors,
containing information that can be used to get a chain of where an error
was created.
Structsยง
- A captured stack backtrace.