diff options
author | ppodolsky <ppodolsky@yandex-team.ru> | 2022-02-10 16:48:03 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:03 +0300 |
commit | ff24d93e6130e0944ce0c9e2d2f54e1e88fc08dd (patch) | |
tree | 5f33d1a762f7b540dff1883c83c71b391876a558 /library/cpp/tvmauth/exception.h | |
parent | 02eacb2e0795d01f1d266d68904068b3789750f5 (diff) | |
download | ydb-ff24d93e6130e0944ce0c9e2d2f54e1e88fc08dd.tar.gz |
Restoring authorship annotation for <ppodolsky@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/tvmauth/exception.h')
-rw-r--r-- | library/cpp/tvmauth/exception.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/library/cpp/tvmauth/exception.h b/library/cpp/tvmauth/exception.h index f528886b954..a738a2fb9a4 100644 --- a/library/cpp/tvmauth/exception.h +++ b/library/cpp/tvmauth/exception.h @@ -1,20 +1,20 @@ -#pragma once - -#include <util/generic/yexception.h> - -#include <exception> - +#pragma once + +#include <util/generic/yexception.h> + +#include <exception> + namespace NTvmAuth { - class TTvmException: public yexception { - }; - class TContextException: public TTvmException { - }; - class TMalformedTvmSecretException: public TContextException { - }; - class TMalformedTvmKeysException: public TContextException { - }; - class TEmptyTvmKeysException: public TContextException { - }; - class TNotAllowedException: public TTvmException { - }; + class TTvmException: public yexception { + }; + class TContextException: public TTvmException { + }; + class TMalformedTvmSecretException: public TContextException { + }; + class TMalformedTvmKeysException: public TContextException { + }; + class TEmptyTvmKeysException: public TContextException { + }; + class TNotAllowedException: public TTvmException { + }; } |