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