Ok did some googling, will this work? Someone help out PHP: set_exception_handler('my_exception_handler');function my_exception_handler($e) { // do some erorr handling here, such as logging, emailing errors // to the webmaster, showing the user an error page etc}