Error reporting

  • Thread starter Thread starter lee atkinson
  • Start date Start date
L

lee atkinson

Hi

Is there a way to have a global function that handles all 500 errors in the
site , instead of having a


Try

Catch
//do error report code

Finally


Cheers
Lee
 
Back
Top