Skip to content

Commit

Permalink
Merge pull request cakephp#866 from bar/patch-1
Browse files Browse the repository at this point in the history
Double rainbow word
  • Loading branch information
Mark committed Nov 6, 2013
2 parents f78cc59 + 724a02a commit 3d6f956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/development/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ in `SPL exceptions <http://php.net/manual/en/spl.exceptions.php>`_, ``Exception`
itself, or :php:exc:`CakeException`. Application exceptions that extend
Exception or the SPL exceptions will be treated as 500 error in production mode.
:php:exc:`CakeException` is special in that all :php:exc:`CakeException` objects
are coerced into into either 500 or 404 errors depending on the code they use.
are coerced into either 500 or 404 errors depending on the code they use.
When in development mode :php:exc:`CakeException` objects simply need a new template
that matches the class name in order to provide useful information. If your
application contained the following exception::
Expand Down

0 comments on commit 3d6f956

Please sign in to comment.