How to turn on/off the exception messages
From TomatoCMS Documentation
If you want your website to display the friendly message as below:
in /application/config/application.ini file, set:
resources.frontController.throwExceptions = "0"
Vice versa, if you set,
resources.frontController.throwExceptions = "1"
you will see the Fatal error message as below:


