mediawiki-extensions-Scribunto/includes/engines/LuaCommon/LuaInterpreterNotFoundError.php
Reedy 073a365759 "Namespace LuaCommon" take 2
Revert "Revert "Namespace LuaCommon""

This reverts commit 18d122b60d.

Change-Id: I74fd43f7920c8772e9078f745ac6062d5461a7f1
2022-09-30 00:52:27 +00:00

9 lines
143 B
PHP

<?php
namespace MediaWiki\Extension\Scribunto\Engines\LuaCommon;
use MWException;
class LuaInterpreterNotFoundError extends MWException {
}