mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-12-04 20:58:13 +00:00
5 lines
75 B
PHP
5 lines
75 B
PHP
|
<?php
|
||
|
|
||
|
class Scribunto_LuaInterpreterNotFoundError extends MWException {
|
||
|
}
|