Ilia Alshanetsky wrote:
> Any feature can and as experience proves it to be the case, will be
> abused. Plenty of people make horrid abuse of exceptions, but we still
> went ahead an added them anyway since they have many practical and
> useful applications. Same is true for goto, some people will surely
> abuse it, but for many others it will be a very handy tool.

Huh...

Exceptions are for dealing with *errors*. In catch block I have this
choices:
1) re throw exception (= create high level exception)
2) show exception

... anything else is stupid.

-- 
Ondrej Ivanic
([EMAIL PROTECTED])

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to