Commit 3bcd6ecb authored by Max Kellermann's avatar Max Kellermann

util/Exception: update API documentation

parent e76f4c2a
......@@ -107,8 +107,8 @@ GetFullMessage(const std::exception &e,
const char *separator="; ") noexcept;
/**
* Extract the full message of a C++ exception, considering its nested
* exceptions (if any).
* Obtain the full concatenated message of an exception and its nested
* chain.
*/
std::string
GetFullMessage(std::exception_ptr ep,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment