I'm googling this topic but I didn't find it.
I would like to receive an email with the exception details ocurred in a codeigniter project.
I'm googling this topic but I didn't find it.
I would like to receive an email with the exception details ocurred in a codeigniter project.
You can Implement PHP's set error handler and set exception handler
Also, check out : PHP: How to use set_error_handler() to properly deal with all errors except notices?