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

Method ConstructParseException

src/ObjectModel/ObjectModel.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

decreaseFunction · 0.45

Calls 1

GCodeExceptionClass · 0.50

Tested by

no test coverage detected