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?
For me it sounds like Sebastian wants to write only one catch handler but that's
not the point of designing with exceptions. Also the base class concept Sterling
did is much more powerfull than an interface based concept. Simply because
a user designed class cannot access the source information in such a good way
than the base class can.
marcus
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php