Re: [PHP-DEV] Re: Quick question before submitting a feature request...

2007-11-23 Thread Edward Z. Yang
Alexey Zakhlestin wrote: > In PHP all exceptions have "Exception" as a parent-class Indeed you are right! Even better. -- Edward Z. YangGnuPG: 0x869C48DA HTML Purifier Anti-XSS Filter [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]] --

Re: [PHP-DEV] Re: Quick question before submitting a feature request...

2007-11-23 Thread Alexey Zakhlestin
On 11/23/07, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > I understand this solution won't work if application > Exceptions don't have a common parent class, but this is already > recommended as a good practice. In PHP all exceptions have "Exception" as a parent-class -- Alexey Zakhlestin http://

[PHP-DEV] Re: Quick question before submitting a feature request...

2007-11-23 Thread Edward Z. Yang
Ken Stanley wrote: > The problem that I run into, that I feel could be improved, is that if the > view class throws the exception during exception handling, I get the error, > "Fatal error: Exception thrown without a stack frame in Unknown on line 0." This may be a documentation problem. set_excep