Celeritas 0.6.0-dev.116+3fbab5e0
|
#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. | |
|
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
.