|
Celeritas 0.7.0-dev.207+develop.58f3b23a7
|
#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.