aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/yexception.h
diff options
context:
space:
mode:
authortrenin17 <trenin17@yandex-team.ru>2022-02-10 16:51:09 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:09 +0300
commit7d9e9dd650ccaad923d6b1ce79baaa3a15b740ae (patch)
tree9c42d6cb3c90f951425e1d63ce484ad67e0936e7 /util/generic/yexception.h
parent9a82582baef5f5fc12d0448b66bdb6576fbb1dd2 (diff)
downloadydb-7d9e9dd650ccaad923d6b1ce79baaa3a15b740ae.tar.gz
Restoring authorship annotation for <trenin17@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/yexception.h')
-rw-r--r--util/generic/yexception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/yexception.h b/util/generic/yexception.h
index b0c604e8c45..d0a9428ace5 100644
--- a/util/generic/yexception.h
+++ b/util/generic/yexception.h
@@ -13,7 +13,7 @@
#include <util/system/defaults.h>
#include <util/system/error.h>
#include <util/system/src_location.h>
-#include <util/system/platform.h>
+#include <util/system/platform.h>
#include <exception>
@@ -171,7 +171,7 @@ TString CurrentExceptionMessage();
*/
bool UncaughtException() noexcept;
-std::string CurrentExceptionTypeName();
+std::string CurrentExceptionTypeName();
TString FormatExc(const std::exception& exception);