PHP 5 Tutorial – Handling Exceptions in PHP5
February 14th, 2008
1 comment
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
