| 27 | } |
| 28 | |
| 29 | void assertmessage(const std::string& assertion, const std::string& message, const char * location) |
| 30 | { |
| 31 | errormessage(stringbuilder() << "Assertion '" << assertion << "' failed (" << message << ") at " << location, "Exception occurred"); |
| 32 | } |
| 33 | |
| 34 | void exceptionmessage(const char* what, const char * location) |
| 35 | { |
nothing calls this directly
no test coverage detected