Joedb 9.1.3
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Posthumous_Thrower.cpp
Go to the documentation of this file.
4
5namespace joedb
6{
7 ////////////////////////////////////////////////////////////////////////////
8 void Posthumous_Thrower::postpone_exception(const char *message) noexcept
9 ////////////////////////////////////////////////////////////////////////////
10 {
11 if (catcher)
12 catcher->catch_current_exception(message);
13 if (message)
15 }
16}
static void write(const char *message) noexcept
void postpone_exception(const char *message=nullptr) noexcept
Definition Blob.h:7