In Graham Barr's Error module, the documentation indicates that finally is 
called after either a successful try block or a catch handler, but says 
nothing about an unsuccessful try block without a catch handler. Does it 
handle this situation or am I forced to create dummy catch blocks whose only 
job is to re-throw the exception so that finally can execute?

-- 
Milo Hyson
CyberLife Labs, LLC

Reply via email to