ColdBox has always provided nice, automatic error handling for your code. Errors in your application are caught for you, and you can respond to them via convention-based methods, event handlers, or even interception points as you see fit. (Read more on ColdBox error handling here)
If you do nothing, ColdBox will render a nicely formatted page with all the original exception information plus extra details about the ColdBox request which can be handy for debugging. Due to our focus on security-by-default in ColdBox 4, we found that a large number of people never change the default error template and their production servers give out way too much information! Even though having a 'detailed' template by default was convenient, it wasn't secure.