PHP 5 Tutorial - Handling Exceptions in PHP5
Posted on : 14-02-2008 | By : admin | In : PHP, PHP Class Examples, PHP Code Examples, PHP Tutorials, PHP5 OOPS Tutorials
2
If you're new here, you may want to subscribe to my Newsletter. Thanks for visiting!
In this tutorial we will cover the following:
- What is an exception?
- The use of a try…catch block
- Anatomy of PHP5 Exception class
- Extending the Exception class
- A note on unhanded exceptions








