mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
return the comment
This commit is contained in:
parent
c20053351c
commit
6e07bfe7bc
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user