1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-08 23:54:00 +00:00

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

View file

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