diff options
author | sergey <sergey@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
commit | 05f59b2581f074c756adaee6b260014ac3a0c3ec (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/generic/yexception.h | |
parent | 5d8d1af4df7f9cd4acc021f069546c30677e7979 (diff) | |
download | ydb-05f59b2581f074c756adaee6b260014ac3a0c3ec.tar.gz |
Restoring authorship annotation for <sergey@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/yexception.h')
-rw-r--r-- | util/generic/yexception.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/generic/yexception.h b/util/generic/yexception.h index dbd15ea21f..b0c604e8c4 100644 --- a/util/generic/yexception.h +++ b/util/generic/yexception.h @@ -1,5 +1,5 @@ #pragma once - + #include "bt_exception.h" #include "strbuf.h" #include "string.h" @@ -48,7 +48,7 @@ namespace NPrivateException { const char* what() const noexcept override; virtual const TBackTrace* BackTrace() const noexcept; - + template <class T> inline void Append(const T& t) { TTempBufCuttingWrapperOutput tempBuf(Buf_); @@ -153,7 +153,7 @@ namespace NPrivate { } void fputs(const std::exception& e, FILE* f = stderr); - + TString CurrentExceptionMessage(); /* |