MCPcopy Create free account
hub / github.com/boostorg/leaf / throw_exception

Function throw_exception

example/error_log.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133namespace boost
134{
135 [[noreturn]] void throw_exception( std::exception const & e )
136 {
137 std::cerr << "Terminating due to a C++ exception under BOOST_LEAF_NO_EXCEPTIONS: " << e.what();
138 std::terminate();
139 }
140
141 struct source_location;
142 [[noreturn]] void throw_exception( std::exception const & e, boost::source_location const & )

Callers 3

taskFunction · 0.70
do_workFunction · 0.70
call_luaFunction · 0.70

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected