------------------------------------------------------------------------------------------------
| 75 | |
| 76 | // ------------------------------------------------------------------------------------------------ |
| 77 | STEP::TypeError::TypeError (const std::string& s,uint64_t entity, uint64_t line) : DeadlyImportError(AddLineNumber(AddEntityID(s,entity),line)) { |
| 78 | // empty |
| 79 | } |
| 80 | |
| 81 | static constexpr char ISO_Token[] = "ISO-10303-21;"; |
| 82 | static constexpr char FILE_SCHEMA_Token[] = "FILE_SCHEMA"; |
nothing calls this directly
no test coverage detected