application/configs/application.sample.ini: Make frontController throw exceptions in development environment.
This commit is contained in:
parent
67f6905fca
commit
401fd36131
1 changed files with 4 additions and 0 deletions
|
|
@ -26,7 +26,11 @@ resources.db.isDefaultTableAdapter = true
|
|||
phpSettings.display_startup_errors = 0
|
||||
phpSettings.display_errors = 0
|
||||
|
||||
resources.frontController.throwExceptions = false
|
||||
|
||||
[development : production]
|
||||
// Error settings
|
||||
phpSettings.display_startup_errors = 1
|
||||
phpSettings.display_errors = 1
|
||||
|
||||
resources.frontController.throwExceptions = true
|
||||
|
|
|
|||
Reference in a new issue