Chapter 9. Error Handling
When
you're running a web site, things go wrong. And when
they do, it's important that they are handled
gracefully, so that the user experience is not too greatly
diminished. In this chapter, you'll learn how to
handle error conditions, return useful messages to the user, and
capture information that will help you fix the problem so that it
does not happen again.
|