| 10539 | } |
| 10540 | |
| 10541 | [[noreturn]] |
| 10542 | void throw_runtime_error(std::string const& msg) { |
| 10543 | throw_exception(std::runtime_error(msg)); |
| 10544 | } |
| 10545 | |
| 10546 | } // namespace Catch; |
| 10547 | // end catch_enforce.cpp |
nothing calls this directly
no test coverage detected