userver
C++ Async Framework
Loading...
Searching...
No Matches
invariant_error.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/invariant_error.hpp
4
/// @brief @copybrief utils::InvariantError
5
6
#
include
<
userver
/
utils
/
traceful_exception
.
hpp
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
utils {
11
12
/// @ingroup userver_universal
13
///
14
/// @brief Exception that is thrown on UINVARIANT violation
15
class
InvariantError
:
public
TracefulException
{
16
using
TracefulException
::TracefulException;
17
};
18
19
}
// namespace utils
20
21
USERVER_NAMESPACE_END
userver
utils
invariant_error.hpp
Generated on Wed May 15 2024 22:35:04 for userver by
Doxygen
1.10.0