Files
core/ASCOfficeXlsFile/ASCWorksheetConverter/source/Exception/StructureParameterNotSet.h

19 lines
339 B
C++

#pragma once
#include "WrongAPIUsage.h"
namespace EXCEPT
{;
namespace LE
{;
class StructureParameterNotSet : public WrongAPIUsage
{
public:
explicit StructureParameterNotSet(const std::string& struct_name, const std::string& param_name, const std::string& function_name);
};
} // namespace LE
} // namespace EXCEPT