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:
@ -70,7 +70,7 @@ final class Router
|
||||
return $route;
|
||||
}
|
||||
}
|
||||
throw new Exception(E_404);
|
||||
throw new StaticPageException(E_404);
|
||||
}
|
||||
|
||||
static public function setRewriteBase($value = '')
|
||||
|
Reference in New Issue
Block a user