| 606 | } |
| 607 | |
| 608 | GCodeException ObjectExplorationContext::ConstructParseException(const char *_ecv_array msg) const noexcept |
| 609 | { |
| 610 | return GCodeException(line, column, msg); |
| 611 | } |
| 612 | |
| 613 | GCodeException ObjectExplorationContext::ConstructParseException(const char *_ecv_array msg, const char *_ecv_array sparam) const noexcept |
| 614 | { |
no test coverage detected