Go to the source code of this file.
◆ MAKE_EXCEPTION_WITH_CONTEXT
#define MAKE_EXCEPTION_WITH_CONTEXT |
( |
| eptr | ) |
|
Value:
std::tuple< const std::exception_ptr &, char const *, uint64_t, char const * > exception_with_context
Normal use case: exception_handler except_handler; except_handler( MAKE_EXCEPTION_WITH_CONTEXT( std::current_exception() ) );
Definition at line 56 of file common.hpp.
56#define MAKE_EXCEPTION_WITH_CONTEXT(eptr) \
57 (sysio::trace_api::exception_with_context((eptr), __FILE__, __LINE__, __func__))