mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Throw not implemented exception
This commit is contained in:
parent
f9995072e1
commit
9f7d044bf4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function interwiki_pagename_resolve($interwiki_pagename) {
|
|||
$prefix = $parts[0];
|
||||
$pagename = $parts[1];
|
||||
|
||||
|
||||
throw new Exception("Not implemented yet :-\\")
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue