MCPcopy Create free account
hub / github.com/comaps/comaps / FuncThrowsRootException

Function FuncThrowsRootException

libs/base/base_tests/exception_tests.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 return 1;
13}
14int FuncThrowsRootException()
15{
16 throw RootException("RootException", "RootException");
17}
18int FuncThrowsException()
19{
20 throw std::exception();

Callers

nothing calls this directly

Calls 1

RootExceptionClass · 0.85

Tested by

no test coverage detected