diff options
author | focus <focus@yandex-team.ru> | 2022-02-10 16:49:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:45 +0300 |
commit | 8024488211bb4f770b645483eb26d2c1977ee71e (patch) | |
tree | 1daf9c9d0face5273e6608c29f72fa4c618e7fa4 /util/ysaveload.h | |
parent | 70cc862712bf4b7db64c26723d862268e0011e05 (diff) | |
download | ydb-8024488211bb4f770b645483eb26d2c1977ee71e.tar.gz |
Restoring authorship annotation for <focus@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/ysaveload.h')
-rw-r--r-- | util/ysaveload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ysaveload.h b/util/ysaveload.h index 02efb4049b..4bc3cf3f8f 100644 --- a/util/ysaveload.h +++ b/util/ysaveload.h @@ -26,8 +26,8 @@ public: }; struct TSerializeException: public yexception { -}; - +}; + struct TLoadEOF: public TSerializeException { }; |