A function called when exception handling is abandoned.
void terminate();
Exception handling may be abandoned by the implementation (for example the default handler) or may be called directly by the program (uncaught exception) among other reasons. These errors in the exception handling mechanism are handled using terminate.