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 in the controller. But how do we go about making sure that exceptions raised in the database layer are properly recorded and processed, ensuring that we have error logging and don’t...
Post new comment