30 #include "exception.h"
34 static Logger _log(LM_EXCEPTION);
42 std::stringstream str;
44 str <<
"_[" << getTypeStr() <<
"]_ , " << getDescription() <<
" :: " << m_what;
46 return str.str().c_str();
virtual const char * what() const
Exception(const std::string &msg)