bapi Posted May 19, 2007 Share Posted May 19, 2007 Hi, Can any one say how can i make error system that can supress general error message and display my error message. I am use OOP aproch. I want that all the error mesage should be kept in signal file which i can change fom time to time. Can this done ??? Quote Link to comment https://forums.phpfreaks.com/topic/52098-creating-error-system/ Share on other sites More sharing options...
redbullmarky Posted May 19, 2007 Share Posted May 19, 2007 if youre using PHP5, then have a look at Exceptions otherwise, take a look at set_error_handler() and trigger_error() Quote Link to comment https://forums.phpfreaks.com/topic/52098-creating-error-system/#findComment-256863 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.