MCPcopy Create free account
hub / github.com/bbc/audiowaveform / throwError

Function throwError

src/Error.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28//------------------------------------------------------------------------------
29
30void throwError(boost::format& message)
31{
32 throw std::runtime_error(message.str());
33}
34
35//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected