How to create a custom error handler
User can set his own exception handler for complete application and also for all uncaught exception. Errors are the part of every programming language and normally programmers don’t want to pay much attention to handling the errors. PHP of course by default handle the errors and maintain logs also, but we should handle all the…
read more