Brandon Savage continues his introductory series on exception handling in PHP with this new post to his blog.
This time the focus is on methods for nesting exceptions.
In the last two entries we have talked about the concept of layer abstraction : that is, that exceptions should not be allowed to pass out of one layer and into another.
So, when an exception is raised in the database layer it should be caught...
Post new comment