Files
core/ASCOfficeXlsFile/ASCWorksheetConverter/source/Exception/WrongParenthesisSequence.cpp

17 lines
299 B
C++

#include "stdafx.h"
#include "WrongParenthesisSequence.h"
namespace EXCEPT
{;
namespace RT
{;
WrongParenthesisSequence::WrongParenthesisSequence(const std::wstring& formula)
: WrongFormulaString("Wrong parenthesis sequence.", formula)
{
}
} // namespace RT
} // namespace EXCEPT