Submitted by Everett on Mon, 01/30/2012 - 13:43
Yesterday, while doing some work on a Drupal 7 site, I ran across the PHP error:
Fatal error: Exception thrown without a stack frame in Unknown on line 0
At first this seemed like the worst error message I could possibly receive. Not knowing where to start I did some research and ran across a blog article suggesting that I wrap the entirety of index.php in a try / catch block.