mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
8 lines
244 B
C++
8 lines
244 B
C++
|
|
#include "IfcException.h"
|
||
|
|
|
||
|
|
IfcParse::IfcException::~IfcException() = default;
|
||
|
|
|
||
|
|
IfcParse::IfcAttributeOutOfRangeException::~IfcAttributeOutOfRangeException() = default;
|
||
|
|
|
||
|
|
IfcParse::IfcInvalidTokenException::~IfcInvalidTokenException() = default;
|