MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / ConstructParseException

Method ConstructParseException

src/GCodes/GCodeBuffer/BinaryParser.cpp:937–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937GCodeException BinaryParser::ConstructParseException(const char *str) const noexcept
938{
939 return GCodeException(&gb, -1, str);
940}
941
942GCodeException BinaryParser::ConstructParseException(const char *str, const char *param) const noexcept
943{

Callers

nothing calls this directly

Calls 1

GCodeExceptionClass · 0.50

Tested by

no test coverage detected