tahoma2d/toonz/sources/common/tcore/texception.cpp
2016-06-15 15:43:10 +09:00

12 lines
230 B
C++

#include "texception.h"
#include "tconvert.h"
TException::TException(const std::string &msg) { m_msg = ::to_wstring(msg); }
/*
ostream& operator<<(ostream &out, const TException &e)
{
return out<<e.getMessage().c_str();
}
*/