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