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

Function FuncThrowsRootExceptionArg

libs/base/base_tests/exception_tests.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 return 1;
34}
35int FuncThrowsRootExceptionArg(int)
36{
37 throw RootException("RootException", "RootException");
38}
39int FuncThrowsExceptionArg(int)
40{
41 throw std::exception();

Callers

nothing calls this directly

Calls 1

RootExceptionClass · 0.85

Tested by

no test coverage detected