|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
#include <exception>#include <utility>#include <vector>#include "corecel/Config.hh"#include "corecel/Macros.hh"
Classes | |
| class | celeritas::MultiExceptionHandler |
| Temporarily store exception pointers. More... | |
Functions | |
| void | celeritas::log_and_rethrow (MultiExceptionHandler &&exceptions) |
| Throw the first exception and log all the rest. | |
|
inline |
Throw the first exception and log all the rest.
All logged exceptions will be thrown using CELER_LOG_LOCAL(critical) .