Transcription: In this example, the exception specification of the function process does not let it throw any exceptions, directly or indirectly. However, process calls divide and divide throws a long exception. Therefore, the unexpected handler is invoked by the system.