Catch uncaught exceptions
This is the third in a series of posts about exception handling in PHP and looks at how to specify a default exception handler. The default handler is called for any exceptions that occur which are not enclosed in a try..catch block.

| Hits: | 22 | Last Updated: | 2010-03-20 |
VIEW ALL
PHP Tutorials