mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-12-04 12:48:11 +00:00
62e1fb0b5f
Change-Id: Ib6e912e71fb797942aca4b4f22eb0ff9e005a662
9 lines
143 B
PHP
9 lines
143 B
PHP
<?php
|
|
|
|
namespace MediaWiki\Extension\Scribunto\Engines\LuaCommon;
|
|
|
|
use MWException;
|
|
|
|
class LuaInterpreterNotFoundError extends MWException {
|
|
}
|