If you get this error
<code>Error in exception handler. </code>
when trying to hit the root of a new install, do these two things on OSX:
<code>sudo chown -R _www app/storage</code>
(replace _www with your Apache server name if necessary)
<code>chmod -R g+w app/storage</code>