PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0
Wednesday, June 14th, 2006In PHP, make sure you capture all your Exceptions in the __destruct method, or you will get a very cryptic error message.
In PHP, make sure you capture all your Exceptions in the __destruct method, or you will get a very cryptic error message.