Restructure and rename

This commit is contained in:
Thomas Krijnen
2026-03-31 15:32:36 +02:00
parent 724cdb446e
commit a07f56db6f
237 changed files with 72532 additions and 72535 deletions
+7
View File
@@ -0,0 +1,7 @@
#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;