#53 Handling Exceptions
Jul 04, 2007 | 8 minutes | Controllers
When an exception is raised in development you get the full error along with the stack trace. In production, only a simple message is displayed. Learn why this is and how to customize the handling of exceptions.