mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 17:39:42 +01:00
add excption throws
This commit is contained in:
parent
e3cdc44edc
commit
a498669ad8
@ -46,6 +46,7 @@ class Typecho_Router
|
||||
* @param string $pathInfo 全路径
|
||||
* @param mixed $parameter 输入参数
|
||||
* @return mixed
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function match($pathInfo, $parameter = NULL)
|
||||
{
|
||||
@ -111,7 +112,7 @@ class Typecho_Router
|
||||
* 路由分发函数
|
||||
*
|
||||
* @return void
|
||||
* @throws Typecho_Router_Exception
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function dispatch()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user