On Sun, 2003-03-23 at 10:24, Stanislav Malyshev wrote: > SB>> The lack of a common interface of thrown exceptions hinders the > SB>> development of applications like PHPUnit that need to be able to > SB>> work with *every* possible exception. > > Don't we have a way to catch any exception in the language yet? >
If you want to catch any exception, just require people to define their exceptions as extending the "exception" class, if they wish to use phpunit. We shouldn't have an engine-level straightjacket on exceptions (more of a response to sebastian's mail than to stas'). -Sterling > -- > Stanislav Malyshev, Zend Products Engineer > [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- "Whether you think you can or think you can't -- you are right." - Henry Ford -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php