userver
C++ Async Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
exceptions.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/protobuf/exceptions.hpp
4
/// @brief Exceptions thrown by the library.
5
6
#
include
<
stdexcept
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
/// @brief Top namespace for the userver protobuf library.
11
namespace
protobuf {
12
13
/// @brief Library base exception type.
14
class
Error
:
public
std::runtime_error {
15
public
:
16
using
std::runtime_error::runtime_error;
17
};
18
19
}
// namespace protobuf
20
21
USERVER_NAMESPACE_END
protobuf
include
userver
protobuf
exceptions.hpp
Generated on
for userver by
Doxygen
1.17.0