diff options
author | anelyubin <anelyubin@yandex-team.ru> | 2022-02-10 16:49:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:39 +0300 |
commit | 8d333d5e773f6b0ef31e7b3c92339af7e71413f6 (patch) | |
tree | be79c5bb4a39ab3410c17c33f1aff87810558f54 /util/generic/yexception.h | |
parent | ad8c15be8c1a4f48a52390f23cb735060461684e (diff) | |
download | ydb-8d333d5e773f6b0ef31e7b3c92339af7e71413f6.tar.gz |
Restoring authorship annotation for <anelyubin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/yexception.h')
-rw-r--r-- | util/generic/yexception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/yexception.h b/util/generic/yexception.h index b0c604e8c45..f094c1c0eeb 100644 --- a/util/generic/yexception.h +++ b/util/generic/yexception.h @@ -148,7 +148,7 @@ namespace NPrivate { TStringBuf Message; }; - [[noreturn]] void ThrowYException(const TSimpleExceptionMessage& sm); + [[noreturn]] void ThrowYException(const TSimpleExceptionMessage& sm); [[noreturn]] void ThrowYExceptionWithBacktrace(const TSimpleExceptionMessage& sm); } |