Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Using a custom exception handler will still trigger a fatal error and thus log the error. Commented Oct 26, 2011 at 2:45
  • Why don't you just throw the exception again from your handler? It works if you know how. And it will triggers PHP last resort handler you're looking for. Commented Oct 30, 2011 at 13:45
  • I've seen this before (and would recommend restoring the error handler) but I can't reproduce right now! Is this issue partial to a version of PHP / .ini settings? Commented Oct 31, 2011 at 9:41