Files
IfcOpenShell/src/ifcparse/exception.cpp
T

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

8 lines
247 B
C++
Raw Normal View History

2026-03-31 15:32:36 +02:00
#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;