Sourcecore/stdcpp/exception.d
terminate_handler = extern (C++) void function() nothrow @nogc;set_terminate(terminate_handlerf);get_terminate();terminate();unexpected_handler = extern (C++) void function() @nogc;set_unexpected(unexpected_handlerf);get_unexpected();unexpected();uncaught_exception();exception;what() const;bad_exception:core.stdcpp.exception.exception;message = "bad exception");what() const;