Death::Backward::ExceptionHandling class

Unhandled exception handling.

Constructors, destructors, conversion operators

ExceptionHandling(Flags flags = Flags::None)

Public functions

auto IsLoaded() const -> bool
Returns true if the exception handling is successfully initialized.
void HandleSignal(int signo, siginfo_t* info, void* _ctx)
Handles a given Unix signal.

Public variables

IO::Stream* Destination
Destination stream for printing exception information.
Flags FeatureFlags
Feature flags.