Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created June 13, 2013 10:21
Show Gist options
  • Save steppefox/5772721 to your computer and use it in GitHub Desktop.
Save steppefox/5772721 to your computer and use it in GitHub Desktop.
Yii error_handler config in config/main.php
'components' => array(
'errorHandler'=>array(
'errorAction'=>'/site/error',
),
...
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment