Page 1 of 1

Error Handling

Posted: Wed Apr 23, 2008 9:45 pm
by aliasxneo
I'm just curious on some of the methods you guys use to handle errors? Do you use exceptions, custom functions/classes, what? I'm looking to create a method for global error handling in my application but I can't seem to come up with any strong OOP based error handling (that's global).

Some input would be nice. Thanks :)

Re: Error Handling

Posted: Wed Apr 23, 2008 9:49 pm
by Kieran Huggins
there's a mega-debate here somewhere on raising exceptions that was a really interesting read. you'll have to search it out, but you won't be disappointed!