Files
core/ASCOfficeWSHtmlFile/HtmlConverter/source/Exception/MSXMLError.cpp

17 lines
224 B
C++

#include "stdafx.h"
#include "MSXMLError.h"
namespace EXCEPT
{;
namespace RT
{;
MSXMLError::MSXMLError(const std::string& message)
: RuntimeException(message)
{
}
} // namespace RT
} // namespace EXCEPT