Files
IfcOpenShell/src/ifcparse/IfcException.cpp
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
244 B
C++
Raw Normal View History

2025-10-03 14:00:20 +00:00
#include "IfcException.h"
IfcParse::IfcException::~IfcException() = default;
IfcParse::IfcAttributeOutOfRangeException::~IfcAttributeOutOfRangeException() = default;
IfcParse::IfcInvalidTokenException::~IfcInvalidTokenException() = default;