MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / Exception

Method Exception

Suscan/Exception.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace Suscan;
23
24Exception::Exception(std::string const& message) :
25 std::runtime_error("C++ API exception: " + message)
26{ }
27
28Exception::Exception(std::string const& file, unsigned int line, std::string const& message) :
29 Exception("expression `" + message + "' failed in " + file + ":" + std::to_string(line))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected