MCPcopy Create free account
hub / github.com/Cryolite/kanachan / ThreadTermination

Method ThreadTermination

src/common/thread.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace Kanachan{
8
9Kanachan::ThreadTermination::ThreadTermination(char const *message)
10 : std::runtime_error(message)
11{}
12
13Kanachan::ThreadTermination::ThreadTermination(std::string const &message)
14 : std::runtime_error(message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected