简体   繁体   中英

Codeigniter - Send email with exception details

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

  1. set_error_handler
  2. set_exception_handler

Also, check out : PHP: How to use set_error_handler() to properly deal with all errors except notices?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM