19 #include "logexceptions.h"
21 const std::string exception_msg=
"[Exception caught] - ";
26 this->error_msg+=
" - ";
27 this->error_msg+=filename;
std::string error_msg
Exception error message.
CLogException(const std::string &where, const std::string &error_msg, const std::string &filename)
Class constructor.