The `ClientAbortException` exception indicates that the connection was closed by the client, usually for something the server can do nothing about (e.g. navigating outside of the page while it's loading). Since this error happens often, this commit displays shorter error messages when it does, without a large stack trace. All other exceptions are handled just as before.