userver
C++ Async Framework
Loading...
Searching...
No Matches
exception.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/dynamic_config/exception.hpp
4
/// @brief Dynamic configuration exception types
5
6
#
include
<
stdexcept
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
dynamic_config {
11
12
class
Error
:
public
std::runtime_error {
13
public
:
14
using
std::runtime_error::runtime_error;
15
};
16
17
class
ConfigParseError
:
public
Error
{
18
public
:
19
using
Error
::Error;
20
};
21
22
}
// namespace dynamic_config
23
24
USERVER_NAMESPACE_END
userver
dynamic_config
exception.hpp
Generated on Thu May 21 2026 16:22:11 for userver by
Doxygen
1.13.2