Lumiera  0.pre.03
»edit your freedom«
lumiera::error::anonymous_namespace{error-exception.cpp} Namespace Reference

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
 

Function Documentation

◆ install_unexpectedException_handler()

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().

+ Here is the call graph for this function: