| 11 | namespace concurrencpp::tests { |
| 12 | struct test_exception : public std::runtime_error { |
| 13 | test_exception() : runtime_error("test exception.") {} |
| 14 | }; |
| 15 | |
| 16 | template<class type> |
nothing calls this directly
no outgoing calls
no test coverage detected