Is there any way to include a file into all of my files that will email me any errors that are produced? Instead of doing error checking and adding an "or die" statement with the mail() function... can I catch any error that is thrown? Maybe through php.ini?