std::nested_exception::~nested_exception
From cppreference.com
                    
                                        
                    < cpp | error | nested exception
                    
                                                            
                    | virtual ~nested_exception() = default; | (since C++11) | |
Destroys the nested exception object.


