Celeritas 0.6.0-129+develop.846910afa
|
#include "Assert.hh"
#include "Macros.hh"
#include <cstring>
#include <sstream>
#include <utility>
#include "io/ColorUtils.hh"
#include "io/StringUtils.hh"
#include "sys/Environment.hh"
Functions | |
char const * | celeritas::to_cstring (DebugErrorType which) |
Get a human-readable string describing a debug error. | |
std::string | celeritas::mpi_error_to_string (int errorcode) |
Get an MPI error string. | |
void | celeritas::throw_debug_error (DebugErrorDetails &&d) |
Throw a debug error. | |
void | celeritas::throw_runtime_error (RuntimeErrorDetails &&d) |
Throw a runtime error. | |