Deconstructors can’t throw
You cant throw an exception from a deconstruction method of a class because all destroy methods are noexcept(true).
You cant throw an exception from a deconstruction method of a class because all destroy methods are noexcept(true).