mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +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;
|