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

20 lines
317 B
C++

#pragma once
#include "WrongIntermediateXMLFormat.h"
namespace EXCEPT
{;
namespace LE
{;
class AttributeNotFound : public WrongIntermediateXMLFormat
{
public:
explicit AttributeNotFound(const std::string& attrib_name, const std::string& tag_name);
};
} // namespace LE
} // namespace EXCEPT