46 #include <Xyce_config.h>
48 #include <N_UTL_fwd.h>
55 #include <N_ERH_ErrorMgr.h>
60 void error(
const std::string &msg)
62 N_ERH_ErrorMgr::report(N_ERH_ErrorMgr::DEV_FATAL, msg);
67 N_ERH_ErrorMgr::report(N_ERH_ErrorMgr::USR_WARNING_0, msg);
70 void info(
const std::string &msg)
72 Xyce::lout() << msg << std::endl;