Put in a note about 404s

This commit is contained in:
Josh Sherman 2014-09-26 07:33:32 -04:00
parent 6097e29aef
commit 7f297b06f5

View file

@ -72,6 +72,8 @@ class Router extends Object
if (!file_exists($filename)) if (!file_exists($filename))
{ {
// @todo Should be a 404, will need to change it up after I add
// namespaces and a Pickles\Exception
throw new Exception('Cannot find the file ' . $filename); throw new Exception('Cannot find the file ' . $filename);
} }