Is there any reason why one is not allowed to throw an exception in the
destructor of a class?
I mean, it makes sense, considering this is not always the final step of code,
and it is usually used for finalising things, and it would be a good idea to
know if anything goes wrong at that stage.
Otherwise is there any compromise one can use to "emulate" this feature?

Daine Mamacos.

--
random signature

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to