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

Function THROWS

src/GCodes/GCodeException.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164[[noreturn]] void ThrowGCodeException(const char *_ecv_array errMsg) THROWS(GCodeException)
165{
166 throw GCodeException(-1, -1, errMsg);
167}
168
169[[noreturn]] void ThrowGCodeException(const char *_ecv_array errMsg, uint32_t param) THROWS(GCodeException)
170{

Callers

nothing calls this directly

Calls 1

GCodeExceptionClass · 0.70

Tested by

no test coverage detected