userver
C++ Async Framework
Loading...
Searching...
No Matches
exceptions.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/storages/secdist/exceptions.hpp
4
/// @brief Secdist configuration exception types
5
6
#
include
<
stdexcept
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
storages::
secdist
{
11
12
class
SecdistError
:
public
std::runtime_error {
13
using
std::runtime_error::runtime_error;
14
};
15
16
class
InvalidSecdistJson
:
public
SecdistError
{
17
using
SecdistError
::SecdistError;
18
};
19
20
class
UnknownMongoDbAlias
:
public
SecdistError
{
21
using
SecdistError
::SecdistError;
22
};
23
24
class
UnknownRedisClientName
:
public
SecdistError
{
25
using
SecdistError
::SecdistError;
26
};
27
28
class
UnknownPostgresDbAlias
:
public
SecdistError
{
29
using
SecdistError
::SecdistError;
30
};
31
32
}
// namespace storages::secdist
33
34
USERVER_NAMESPACE_END
userver
storages
secdist
exceptions.hpp
Generated on Thu May 21 2026 16:20:06 for userver by
Doxygen
1.13.2