Display std::exception::what() on unhandled exceptions
Brought to you by:
passing
I am using cfix/visual assert with the hippomocks Mock object framework. When hippomocks detects an error it throws an exception derived from std::exception. Currently visual assert just reports an uncaught exception and the visual assert message column displays unknown error. It would be nice if visual assert could display the what() decription from the std::exception since hippomocks includes a useful debugging string in the exception::what() function.