Throw not implemented exception

This commit is contained in:
Starbeamrainbowlabs 2019-01-02 23:58:13 +00:00
parent f9995072e1
commit 9f7d044bf4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function interwiki_pagename_resolve($interwiki_pagename) {
$prefix = $parts[0];
$pagename = $parts[1];
throw new Exception("Not implemented yet :-\\")
}
?>