| Celeritas 0.7.0-dev.172+develop.fe2a0acd4
    | 
#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) .