| 10168 | } |
| 10169 | |
| 10170 | [[noreturn]] |
| 10171 | void throw_runtime_error(std::string const& msg) { |
| 10172 | throw_exception(std::runtime_error(msg)); |
| 10173 | } |
| 10174 | |
| 10175 | } // namespace Catch; |
| 10176 | // end catch_enforce.cpp |
nothing calls this directly
no test coverage detected