MCPcopy Create free account
hub / github.com/PDAL/PDAL / throwError

Method throwError

pdal/Stage.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468void Stage::throwError(const std::string& s) const
469{
470 throw pdal_error(getName() + ": " + s);
471}
472
473
474void Stage::startLogging() const

Callers 1

executeMethod · 0.80

Calls 1

getNameFunction · 0.50

Tested by

no test coverage detected