MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / test_exception

Method test_exception

test/include/utils/test_generators.h:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace concurrencpp::tests {
12 struct test_exception : public std::runtime_error {
13 test_exception() : runtime_error("test exception.") {}
14 };
15
16 template<class type>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected