core.stdcpp.exception

Interface to C++ <exception>

Types 2

aliasterminate_handler = void function() nothrow
classbad_exception : exception
Constructors
this(const(char) * message = "bad exception")

Functions 3

fnterminate_handler set_terminate(terminate_handler f) extern(C++,"std") @nogc nothrow;
fnterminate_handler get_terminate() extern(C++,"std") @nogc nothrow;
fnvoid terminate() extern(C++,"std") @nogc nothrow;