Lumiera
0.pre.03
»edit your freedom«
|
Functions | |
void | install_unexpectedException_handler () |
install our own handler for undeclared exceptions. More... | |
LifecycleHook | schedule_ (ON_BASIC_INIT, &install_unexpectedException_handler) |
Variables | |
std::terminate_handler | nextHandler = nullptr |
void lumiera::error::anonymous_namespace{error-exception.cpp}::install_unexpectedException_handler | ( | ) |
install our own handler for undeclared exceptions.
Will be called automatically ON_BASIC_INIT when linking exception.cpp
Definition at line 166 of file error-exception.cpp.
References lumiera::error::lumiera_unexpectedException().