Skip to content

Handle exception in destructor

Summary

Issue created by SonarCloud:

We should guarantee that we do not throw exceptions out of a destructor, which can end up in undefined behaviour.

Steps to reproduce

What is the current bug behaviour?

What is the expected correct behaviour?

Relevant logs and/or screenshots

Possible causes