Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bshoshany/thread-pool
/ test_exception
Method
test_exception
tests/BS_thread_pool_test.cpp:2160–2160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2158
struct test_exception : public std::runtime_error
2159
{
2160
test_exception() : std::runtime_error(
"Exception thrown!"
) {};
2161
};
2162
2163
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected