mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-12-04 20:58:13 +00:00
9 lines
144 B
PHP
9 lines
144 B
PHP
|
<?php
|
||
|
|
||
|
namespace MediaWiki\Extension\Scribunto\Engines\LuaCommon;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class LuaInterpreterNotExecutableError extends Exception {
|
||
|
}
|