Pattern: Except throw in destructor
Issue: -
The class is not safe because its destructor throws an exception. If Class is used and an exception is thrown that is caught in an outer scope the program will terminate.
Pattern: Except throw in destructor
Issue: -
The class is not safe because its destructor throws an exception. If Class is used and an exception is thrown that is caught in an outer scope the program will terminate.