Re: [PHP] Exceptions: How much is too much.

2007-01-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-07 13:17:23 -0500: > On 1/5/07, Paul Scott <[EMAIL PROTECTED]> wrote: > >On Fri, 2007-01-05 at 00:44 -0500, Craige Leeder wrote: > >> The question is: How much is too much. Should I use Exceptions to > >> handle all of my error reporting/triggering? How about catching

Re: [PHP] Exceptions: How much is too much.

2007-01-07 Thread Craige Leeder
Thanks. Does anybody else have any input? Not to be pushy, but I'm in the middle of programming a framework for a site. - Craige On 1/5/07, Paul Scott <[EMAIL PROTECTED]> wrote: On Fri, 2007-01-05 at 00:44 -0500, Craige Leeder wrote: > The question is: How much is too much. Should I use Excep

Re: [PHP] Exceptions: How much is too much.

2007-01-04 Thread Paul Scott
On Fri, 2007-01-05 at 00:44 -0500, Craige Leeder wrote: > 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 en

[PHP] Exceptions: How much is too much.

2007-01-04 Thread Craige Leeder
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 us