Some input would be nice. Thanks
Error Handling
Moderator: General Moderators
Error Handling
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
Some input would be nice. Thanks
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Error Handling
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!