mirror of
https://github.com/catchorg/Catch2
synced 2026-02-01 21:12:13 +00:00
Instead of `exit(1)`, it now throws `std::runtime_error` with the details of the failure. This exception is handled in `run()` at a higher level where the log is printed to cerr and the test gracefully exits.