mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2025-01-09 13:34:22 +00:00
5 lines
75 B
PHP
5 lines
75 B
PHP
|
<?php
|
||
|
|
||
|
class Scribunto_LuaInterpreterNotFoundError extends MWException {
|
||
|
}
|