mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-08 15:59:32 +01:00
This support is based on overriden `std::exception::what` method, so if an exception does not do so meaningfully, the message is still pointless. This is only used as a fallback, both `StringMaker` specialization and `operator<<` overload have priority..