<?php

namespace MediaWiki\Extension\Scribunto\Engines\LuaCommon;

use Exception;

class LuaInterpreterNotExecutableError extends Exception {
}
