Originally posted by Tekron-X
It is alot simpiler if they just leave it wiht the way we handel errors now or just put in the On Error GoTo like they use in vb. That way it is simple for the programmer to trap errors.
There's some good info on the new exception handling method here:
http://makeashorterlink.com/?D21512682
(the Zend Engine 2 Feature Overview)
I don't think this'll make exception handling any harder. In Java you need to declare or handle any exceptions that code you call might raise. It looks to me like this follows the .NET method of letting you not bother if you're lazy, and the exception'll just get passed up the call stack as usual.
makeashorterlink.com and the Google PDF viewer both deserve prizes, by the way.