> This would make possible adding a logger object as a listener. There are
> cases in ZF where an exception is caught and replaced by throwing another
> one, which is more general. The details and the origin of the error are lost
> then.
>
> It would be nice to be able to log all exceptions in the execution flow, I
> think.
>   
I agree. I have had to comment out higher-level exceptions to figure out
what goes on at a lower level.

There needs to be an exception stack just like in Java.

Christoph


Reply via email to