| 10422 | } |
| 10423 | |
| 10424 | [[noreturn]] |
| 10425 | void throw_runtime_error(std::string const& msg) { |
| 10426 | throw_exception(std::runtime_error(msg)); |
| 10427 | } |
| 10428 | |
| 10429 | } // namespace Catch; |
| 10430 | // end catch_enforce.cpp |
nothing calls this directly
no test coverage detected