Files
IfcOpenShell/src/ifcparse/exception.cpp
T
2026-03-31 15:32:36 +02:00

8 lines
247 B
C++

#include "exception.h"
ifcopenshell::exception::~exception() = default;
ifcopenshell::attribute_out_of_range_exception::~attribute_out_of_range_exception() = default;
ifcopenshell::invalid_token_exception::~invalid_token_exception() = default;