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

17 lines
303 B
C++

#include "stdafx.h"
#include "UnexpectedProgramPath.h"
namespace EXCEPT
{;
namespace LE
{;
UnexpectedProgramPath::UnexpectedProgramPath(const std::string& message, const std::string& function_name)
: WrongAPIUsage(message, function_name)
{
}
} // namespace LE
} // namespace EXCEPT