Fixed StaticPageException for project

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@31 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
aterekhov
2008-12-19 10:57:47 +00:00
parent b0094984e5
commit d1a5ae21d0

View File

@ -70,7 +70,7 @@ final class Router
return $route;
}
}
throw new Exception(E_404);
throw new StaticPageException(E_404);
}
static public function setRewriteBase($value = '')