Where are exceptions handled in the MVC architecture?
Say, I am uploading a file using AJAX and an exception occurs. Where is it handled? What is the best practice for this? Should it be in the controller? So, that the view can display an alert when the exception occurs?