PHP Mailing List Listeners,

My question to you is about PHP 5's exception handling. I have looked
at it for a while, but never REALLY used it.

The question is: How much is too much. Should I use Exceptions to
handle all of my error reporting/triggering? How about catching them?
I mean, if I'm using Exceptions for all of my error handling, I could
easily end up wrapping my entire script in a try block(or at least
having almost all my end-code within a number of them).

What is your advice on this matter?

- Craige

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to