userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
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
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
utils
invariant_error.hpp
Generated on Thu Mar 13 2025 18:35:01 for userver by
Doxygen
1.10.0