return the comment

This commit is contained in:
Alexander Kuzmenkov 2020-10-01 17:29:22 +03:00
parent c20053351c
commit 6e07bfe7bc

View File

@ -39,6 +39,7 @@ public:
const char * name() const throw() override { return "DB::Exception"; }
const char * what() const throw() override { return message().data(); }
/// Add something to the existing message.
template <typename ...Fmt>
void addMessage(Fmt&&... fmt)
{