ShredEagle / snacman

He is a snac man.
MIT License
0 stars 0 forks source link

Capture backtraces on exception throwing #34

Open Adnn opened 1 year ago

Adnn commented 1 year ago

This might be feasible with OS specific API, see https://stackoverflow.com/a/18542333/1027706.

Maybe use a custom Exception type / CRTP exception wrapper for this?