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