Celeritas
0.5.0-56+6b053cd
|
#include <exception>
Classes | |
struct | celeritas::LogContextException |
Log an exception's context and optionally save to an output registry. More... | |
Functions | |
void | celeritas::log_context_exception (std::exception_ptr p) |
Log any RichContextException and rethrow the embedded pointer. More... | |
|
inline |
Log any RichContextException and rethrow the embedded pointer.
This is useful for unit tests and other situations where the nearest catch
does not use std::rethrow_if_nested
.