Exception handling in drupal 6

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Mandakini_Kumari's picture

How can we manage exception handling in D6
Is there any module for exception handling ?

Comments

What do you mean by

sudeoo's picture

What do you mean by "exception handling": What kind of errors you want to catch: PHP errors?

If these are php errors you want to catch, I don't see any standard trick other than manually using standard PHP switch case or PHP If else to catch them..

We rely a lot on logging and generating alerts (http://drupal.org/project/logging_alerts) for maintaining our drupal system.