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) nothrow;
fnterminate_handler get_terminate() nothrow;
fnvoid terminate() nothrow;