mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-07 04:22:31 +00:00
Throwing exceptions from code sometime confuses ASAN, as it cannot keep track of stack frames. This change therefore adds a macro to skip instrumentation around the `Throw` function.