chris-at-github
10/11/2017 - 10:41 AM

Display Frontend Errors

<?php return array (
	'front' => array(
		'noErrorHandler' => true,
		'throwExceptions' => true,
		'useDefaultControllerAlways' => true,
		'disableOutputBuffering' => true,
		'showException' => true,
	),
);