Magic_Game/core/Custom/SystemException.cpp

13 lines
218 B
C++
Raw Normal View History

2018-05-24 12:24:39 +08:00
#include "..\e2dcustom.h"
e2d::SystemException::SystemException() E2D_NOEXCEPT
2018-05-24 12:24:39 +08:00
: Exception(L"δ֪<EFBFBD><EFBFBD>ϵͳ<EFBFBD>")
{
}
e2d::SystemException::SystemException(const String& message) E2D_NOEXCEPT
2018-05-24 12:24:39 +08:00
: Exception(message)
{
}