wx-compiler/src/wxml/dom_lib/parse_exception.cpp
2023-06-18 22:50:32 +08:00

18 lines
276 B
C++

#include "../../include/wxml.h"
// WXML::DOMLib::ParseException
namespace WXML
{
namespace DOMLib
{
ParseException::ParseException(/* args */)
{
}
ParseException::~ParseException()
{
}
}
}