| 10546 | } |
| 10547 | |
| 10548 | [[noreturn]] |
| 10549 | void throw_runtime_error(std::string const& msg) { |
| 10550 | throw_exception(std::runtime_error(msg)); |
| 10551 | } |
| 10552 | |
| 10553 | } // namespace Catch; |
| 10554 | // end catch_enforce.cpp |
nothing calls this directly
no test coverage detected