| 8 | using namespace ifcopenshell::geometry; |
| 9 | |
| 10 | const char* ifcopenshell::not_implemented_error::what() const noexcept { |
| 11 | return "Not implemented."; |
| 12 | } |
| 13 | |
| 14 | const char* ifcopenshell::not_supported_error::what() const noexcept { |
| 15 | return "Not supported."; |
no outgoing calls
no test coverage detected