| 935 | } |
| 936 | |
| 937 | GCodeException BinaryParser::ConstructParseException(const char *str) const noexcept |
| 938 | { |
| 939 | return GCodeException(&gb, -1, str); |
| 940 | } |
| 941 | |
| 942 | GCodeException BinaryParser::ConstructParseException(const char *str, const char *param) const noexcept |
| 943 | { |
nothing calls this directly
no test coverage detected